#ceeb27
a balanced, electric yellow · cool · closest name: yellow
RGB
206, 235, 39
HSL
69°, 83%, 54%
CMYK
12, 0, 83, 8
Luminance
0.7268
Every format
| HEX | #ceeb27 |
| RGB | rgb(206, 235, 39) |
| HSL | hsl(69, 83%, 54%) |
| CMYK | cmyk(12%, 0%, 83%, 8%) |
| LAB | lab(88.3 -31.6 81.3) |
| LCH | lch(88.3 87.2 111.2) |
| OKLCH | oklch(0.888 0.200 118.6) |
Copy-ready code
/* CSS */
color: #ceeb27;
background-color: #ceeb27;
/* Tailwind (arbitrary) */
class="text-[#ceeb27] bg-[#ceeb27]"
/* SCSS */
$brand: #ceeb27;
/* SwiftUI */
Color(red: 0.808, green: 0.922, blue: 0.153)
/* Android */
Color.parseColor("#ceeb27")Accessibility — WCAG contrast
Aa
#ceeb27 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceeb27 on black: 15.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.2%
Blue15.3%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow83.4%
Key (black)7.8%
Color previews
#ceeb27 text on a black background
contrast 15.54:1
Card sample
#ceeb27 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceeb27;
Background color
Panel with #ceeb27 background
background-color: #ceeb27;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceeb27;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 235, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 235, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceeb27; background: linear-gradient(135deg, #ceeb27, #4BEB27);