#cee708
a balanced, electric yellow · cool · closest name: yellow
RGB
206, 231, 8
HSL
67°, 93%, 47%
CMYK
11, 0, 97, 9
Luminance
0.7029
Every format
| HEX | #cee708 |
| RGB | rgb(206, 231, 8) |
| HSL | hsl(67, 93%, 47%) |
| CMYK | cmyk(11%, 0%, 97%, 9%) |
| LAB | lab(87.1 -30.3 84.8) |
| LCH | lch(87.1 90.1 109.6) |
| OKLCH | oklch(0.879 0.202 117.4) |
Copy-ready code
/* CSS */
color: #cee708;
background-color: #cee708;
/* Tailwind (arbitrary) */
class="text-[#cee708] bg-[#cee708]"
/* SCSS */
$brand: #cee708;
/* SwiftUI */
Color(red: 0.808, green: 0.906, blue: 0.031)
/* Android */
Color.parseColor("#cee708")Accessibility — WCAG contrast
Aa
#cee708 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cee708 on black: 15.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green90.6%
Blue3.1%
CMYK percentages
Cyan10.8%
Magenta0.0%
Yellow96.5%
Key (black)9.4%
Color previews
#cee708 text on a black background
contrast 15.06:1
Card sample
#cee708 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cee708;
Background color
Panel with #cee708 background
background-color: #cee708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cee708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 231, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 231, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cee708; background: linear-gradient(135deg, #cee708, #39E708);