#ffcb4f
a light, electric yellow · warm · closest name: gold
RGB
255, 203, 79
HSL
42°, 100%, 66%
CMYK
0, 20, 69, 0
Luminance
0.6454
Every format
| HEX | #ffcb4f |
| RGB | rgb(255, 203, 79) |
| HSL | hsl(42, 100%, 66%) |
| CMYK | cmyk(0%, 20%, 69%, 0%) |
| LAB | lab(84.3 6.2 66.3) |
| LCH | lch(84.3 66.5 84.7) |
| OKLCH | oklch(0.867 0.149 85.6) |
Copy-ready code
/* CSS */
color: #ffcb4f;
background-color: #ffcb4f;
/* Tailwind (arbitrary) */
class="text-[#ffcb4f] bg-[#ffcb4f]"
/* SCSS */
$brand: #ffcb4f;
/* SwiftUI */
Color(red: 1.000, green: 0.796, blue: 0.310)
/* Android */
Color.parseColor("#ffcb4f")Accessibility — WCAG contrast
Aa
#ffcb4f on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcb4f on black: 13.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green79.6%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta20.4%
Yellow69.0%
Key (black)0.0%
Color previews
#ffcb4f text on a black background
contrast 13.91:1
Card sample
#ffcb4f text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcb4f;
Background color
Panel with #ffcb4f background
background-color: #ffcb4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcb4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 203, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 203, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcb4f; background: linear-gradient(135deg, #ffcb4f, #BEFF4F);