#ffe607
a balanced, electric yellow · cool · closest name: gold
RGB
255, 230, 7
HSL
54°, 100%, 51%
CMYK
0, 10, 97, 0
Luminance
0.7787
Every format
| HEX | #ffe607 |
| RGB | rgb(255, 230, 7) |
| HSL | hsl(54, 100%, 51%) |
| CMYK | cmyk(0%, 10%, 97%, 0%) |
| LAB | lab(90.7 -9.4 89.3) |
| LCH | lch(90.7 89.8 96.0) |
| OKLCH | oklch(0.917 0.191 101.4) |
Copy-ready code
/* CSS */
color: #ffe607;
background-color: #ffe607;
/* Tailwind (arbitrary) */
class="text-[#ffe607] bg-[#ffe607]"
/* SCSS */
$brand: #ffe607;
/* SwiftUI */
Color(red: 1.000, green: 0.902, blue: 0.027)
/* Android */
Color.parseColor("#ffe607")Accessibility — WCAG contrast
Aa
#ffe607 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe607 on black: 16.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green90.2%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta9.8%
Yellow97.3%
Key (black)0.0%
Color previews
#ffe607 text on a black background
contrast 16.57:1
Card sample
#ffe607 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe607;
Background color
Panel with #ffe607 background
background-color: #ffe607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 230, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 230, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe607; background: linear-gradient(135deg, #ffe607, #73FF07);