#ceeb53
a balanced, electric green · cool · closest name: yellow
RGB
206, 235, 83
HSL
71°, 79%, 62%
CMYK
12, 0, 65, 8
Luminance
0.7316
Every format
| HEX | #ceeb53 |
| RGB | rgb(206, 235, 83) |
| HSL | hsl(71, 79%, 62%) |
| CMYK | cmyk(12%, 0%, 65%, 8%) |
| LAB | lab(88.5 -29.6 67.8) |
| LCH | lch(88.5 74.0 113.6) |
| OKLCH | oklch(0.891 0.177 119.4) |
Copy-ready code
/* CSS */
color: #ceeb53;
background-color: #ceeb53;
/* Tailwind (arbitrary) */
class="text-[#ceeb53] bg-[#ceeb53]"
/* SCSS */
$brand: #ceeb53;
/* SwiftUI */
Color(red: 0.808, green: 0.922, blue: 0.325)
/* Android */
Color.parseColor("#ceeb53")Accessibility — WCAG contrast
Aa
#ceeb53 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceeb53 on black: 15.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.2%
Blue32.5%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow64.7%
Key (black)7.8%
Color previews
#ceeb53 text on a black background
contrast 15.63:1
Card sample
#ceeb53 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceeb53;
Background color
Panel with #ceeb53 background
background-color: #ceeb53;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceeb53;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 235, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 235, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceeb53; background: linear-gradient(135deg, #ceeb53, #69EB53);