#ceeedf
a pale, vivid green · cool · closest name: beige
RGB
206, 238, 223
HSL
152°, 49%, 87%
CMYK
13, 0, 6, 7
Luminance
0.7960
Every format
| HEX | #ceeedf |
| RGB | rgb(206, 238, 223) |
| HSL | hsl(152, 49%, 87%) |
| CMYK | cmyk(13%, 0%, 6%, 7%) |
| LAB | lab(91.5 -13.3 3.8) |
| LCH | lch(91.5 13.8 164.2) |
| OKLCH | oklch(0.922 0.039 165.6) |
Copy-ready code
/* CSS */
color: #ceeedf;
background-color: #ceeedf;
/* Tailwind (arbitrary) */
class="text-[#ceeedf] bg-[#ceeedf]"
/* SCSS */
$brand: #ceeedf;
/* SwiftUI */
Color(red: 0.808, green: 0.933, blue: 0.875)
/* Android */
Color.parseColor("#ceeedf")Accessibility — WCAG contrast
Aa
#ceeedf on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceeedf on black: 16.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green93.3%
Blue87.5%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow6.3%
Key (black)6.7%
Color previews
#ceeedf text on a black background
contrast 16.92:1
Card sample
#ceeedf text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceeedf;
Background color
Panel with #ceeedf background
background-color: #ceeedf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceeedf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 238, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 238, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceeedf; background: linear-gradient(135deg, #ceeedf, #CEE8EE);