#ceeeba
a light, vivid green · cool · closest name: beige
RGB
206, 238, 186
HSL
97°, 61%, 83%
CMYK
13, 0, 22, 7
Luminance
0.7782
Every format
| HEX | #ceeeba |
| RGB | rgb(206, 238, 186) |
| HSL | hsl(97, 61%, 83%) |
| CMYK | cmyk(13%, 0%, 22%, 7%) |
| LAB | lab(90.7 -19.6 21.8) |
| LCH | lch(90.7 29.3 132.0) |
| OKLCH | oklch(0.913 0.077 133.6) |
Copy-ready code
/* CSS */
color: #ceeeba;
background-color: #ceeeba;
/* Tailwind (arbitrary) */
class="text-[#ceeeba] bg-[#ceeeba]"
/* SCSS */
$brand: #ceeeba;
/* SwiftUI */
Color(red: 0.808, green: 0.933, blue: 0.729)
/* Android */
Color.parseColor("#ceeeba")Accessibility — WCAG contrast
Aa
#ceeeba on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceeeba on black: 16.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green93.3%
Blue72.9%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow21.8%
Key (black)6.7%
Color previews
#ceeeba text on a black background
contrast 16.56:1
Card sample
#ceeeba text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceeeba;
Background color
Panel with #ceeeba background
background-color: #ceeeba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceeeba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 238, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 238, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceeeba; background: linear-gradient(135deg, #ceeeba, #BAEEC9);