#cceedb
a pale, vivid green · cool · closest name: beige
RGB
204, 238, 219
HSL
147°, 50%, 87%
CMYK
14, 0, 8, 7
Luminance
0.7910
Every format
| HEX | #cceedb |
| RGB | rgb(204, 238, 219) |
| HSL | hsl(147, 50%, 87%) |
| CMYK | cmyk(14%, 0%, 8%, 7%) |
| LAB | lab(91.3 -14.7 5.5) |
| LCH | lch(91.3 15.7 159.4) |
| OKLCH | oklch(0.919 0.044 161.0) |
Copy-ready code
/* CSS */
color: #cceedb;
background-color: #cceedb;
/* Tailwind (arbitrary) */
class="text-[#cceedb] bg-[#cceedb]"
/* SCSS */
$brand: #cceedb;
/* SwiftUI */
Color(red: 0.800, green: 0.933, blue: 0.859)
/* Android */
Color.parseColor("#cceedb")Accessibility — WCAG contrast
Aa
#cceedb on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cceedb on black: 16.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green93.3%
Blue85.9%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow8.0%
Key (black)6.7%
Color previews
#cceedb text on a black background
contrast 16.82:1
Card sample
#cceedb text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cceedb;
Background color
Panel with #cceedb background
background-color: #cceedb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cceedb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 238, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 238, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cceedb; background: linear-gradient(135deg, #cceedb, #CCEAEE);