#FAFAD2
lightgoldenrodyellow
#FAFAD2 is a yellow colour. In RGB it is 250 red, 250 green and 210 blue, which converts to a hue of 60 degrees, 80% saturation and 90% lightness. It is one of the named CSS colours, written as lightgoldenrodyellow in stylesheets.
Color values
| HEX | #FAFAD2 |
|---|---|
| RGB | rgb(250, 250, 210) |
| HSL | hsl(60, 80%, 90%) |
| HSV | hsv(60, 16%, 98%) |
| CMYK | cmyk(0%, 0%, 16%, 2%) |
Contrast and accessibility
Against white the contrast ratio is 1.07:1, and against black it is 19.67:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 1.07:1 | Fail | Fail |
| Black | 19.67:1 | AAA | AAA |
Tints and shades
Lighter tints move #FAFAD2 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FAFAD2; |
|---|---|
| CSS rgb() | color: rgb(250 250 210); |
| Tailwind | bg-[#fafad2] |
| SwiftUI | Color(red: 0.980, green: 0.980, blue: 0.824) |
| Android | Color.parseColor("#FAFAD2") |