#ceeb32
a balanced, electric yellow · cool · closest name: yellow
RGB
206, 235, 50
HSL
69°, 82%, 56%
CMYK
12, 0, 79, 8
Luminance
0.7277
Every format
| HEX | #ceeb32 |
| RGB | rgb(206, 235, 50) |
| HSL | hsl(69, 82%, 56%) |
| CMYK | cmyk(12%, 0%, 79%, 8%) |
| LAB | lab(88.3 -31.2 78.6) |
| LCH | lch(88.3 84.6 111.7) |
| OKLCH | oklch(0.889 0.196 118.7) |
Copy-ready code
/* CSS */
color: #ceeb32;
background-color: #ceeb32;
/* Tailwind (arbitrary) */
class="text-[#ceeb32] bg-[#ceeb32]"
/* SCSS */
$brand: #ceeb32;
/* SwiftUI */
Color(red: 0.808, green: 0.922, blue: 0.196)
/* Android */
Color.parseColor("#ceeb32")Accessibility — WCAG contrast
Aa
#ceeb32 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceeb32 on black: 15.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.2%
Blue19.6%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow78.7%
Key (black)7.8%
Color previews
#ceeb32 text on a black background
contrast 15.55:1
Card sample
#ceeb32 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceeb32;
Background color
Panel with #ceeb32 background
background-color: #ceeb32;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceeb32;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 235, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 235, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceeb32; background: linear-gradient(135deg, #ceeb32, #53EB32);