#ceeecf
a pale, vivid green · cool · closest name: beige
RGB
206, 238, 207
HSL
122°, 49%, 87%
CMYK
13, 0, 13, 7
Luminance
0.7878
Every format
| HEX | #ceeecf |
| RGB | rgb(206, 238, 207) |
| HSL | hsl(122, 49%, 87%) |
| CMYK | cmyk(13%, 0%, 13%, 7%) |
| LAB | lab(91.1 -16.1 11.5) |
| LCH | lch(91.1 19.9 144.5) |
| OKLCH | oklch(0.918 0.053 146.0) |
Copy-ready code
/* CSS */
color: #ceeecf;
background-color: #ceeecf;
/* Tailwind (arbitrary) */
class="text-[#ceeecf] bg-[#ceeecf]"
/* SCSS */
$brand: #ceeecf;
/* SwiftUI */
Color(red: 0.808, green: 0.933, blue: 0.812)
/* Android */
Color.parseColor("#ceeecf")Accessibility — WCAG contrast
Aa
#ceeecf on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceeecf on black: 16.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green93.3%
Blue81.2%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow13.0%
Key (black)6.7%
Color previews
#ceeecf text on a black background
contrast 16.76:1
Card sample
#ceeecf text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceeecf;
Background color
Panel with #ceeecf background
background-color: #ceeecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceeecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 238, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 238, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceeecf; background: linear-gradient(135deg, #ceeecf, #CEEEE4);