#cbd607
a dark, electric yellow · cool · closest name: yellow
RGB
203, 214, 7
HSL
63°, 94%, 43%
CMYK
5, 0, 97, 16
Luminance
0.6080
Every format
| HEX | #cbd607 |
| RGB | rgb(203, 214, 7) |
| HSL | hsl(63, 94%, 43%) |
| CMYK | cmyk(5%, 0%, 97%, 16%) |
| LAB | lab(82.3 -23.5 81.1) |
| LCH | lch(82.3 84.5 106.1) |
| OKLCH | oklch(0.839 0.187 113.5) |
Copy-ready code
/* CSS */
color: #cbd607;
background-color: #cbd607;
/* Tailwind (arbitrary) */
class="text-[#cbd607] bg-[#cbd607]"
/* SCSS */
$brand: #cbd607;
/* SwiftUI */
Color(red: 0.796, green: 0.839, blue: 0.027)
/* Android */
Color.parseColor("#cbd607")Accessibility — WCAG contrast
Aa
#cbd607 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbd607 on black: 13.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green83.9%
Blue2.7%
CMYK percentages
Cyan5.1%
Magenta0.0%
Yellow96.7%
Key (black)16.1%
Color previews
#cbd607 text on a black background
contrast 13.16:1
Card sample
#cbd607 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbd607;
Background color
Panel with #cbd607 background
background-color: #cbd607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbd607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 214, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 214, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbd607; background: linear-gradient(135deg, #cbd607, #41D607);