#fbcf69
a light, electric yellow · warm · closest name: khaki
RGB
251, 207, 105
HSL
42°, 95%, 70%
CMYK
0, 18, 58, 2
Luminance
0.6615
Every format
| HEX | #fbcf69 |
| RGB | rgb(251, 207, 105) |
| HSL | hsl(42, 95%, 70%) |
| CMYK | cmyk(0%, 18%, 58%, 2%) |
| LAB | lab(85.1 4.0 55.6) |
| LCH | lch(85.1 55.8 85.8) |
| OKLCH | oklch(0.873 0.130 86.2) |
Copy-ready code
/* CSS */
color: #fbcf69;
background-color: #fbcf69;
/* Tailwind (arbitrary) */
class="text-[#fbcf69] bg-[#fbcf69]"
/* SCSS */
$brand: #fbcf69;
/* SwiftUI */
Color(red: 0.984, green: 0.812, blue: 0.412)
/* Android */
Color.parseColor("#fbcf69")Accessibility — WCAG contrast
Aa
#fbcf69 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbcf69 on black: 14.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green81.2%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta17.5%
Yellow58.2%
Key (black)1.6%
Color previews
#fbcf69 text on a black background
contrast 14.23:1
Card sample
#fbcf69 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbcf69;
Background color
Panel with #fbcf69 background
background-color: #fbcf69;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbcf69;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 207, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 207, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbcf69; background: linear-gradient(135deg, #fbcf69, #C6FB69);