#cceccb
a pale, vivid green · cool · closest name: beige
RGB
204, 236, 203
HSL
118°, 47%, 86%
CMYK
14, 0, 14, 8
Luminance
0.7714
Every format
| HEX | #cceccb |
| RGB | rgb(204, 236, 203) |
| HSL | hsl(118, 47%, 86%) |
| CMYK | cmyk(14%, 0%, 14%, 8%) |
| LAB | lab(90.4 -16.5 12.5) |
| LCH | lch(90.4 20.7 142.8) |
| OKLCH | oklch(0.911 0.056 144.3) |
Copy-ready code
/* CSS */
color: #cceccb;
background-color: #cceccb;
/* Tailwind (arbitrary) */
class="text-[#cceccb] bg-[#cceccb]"
/* SCSS */
$brand: #cceccb;
/* SwiftUI */
Color(red: 0.800, green: 0.925, blue: 0.796)
/* Android */
Color.parseColor("#cceccb")Accessibility — WCAG contrast
Aa
#cceccb on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cceccb on black: 16.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green92.5%
Blue79.6%
CMYK percentages
Cyan13.6%
Magenta0.0%
Yellow14.0%
Key (black)7.5%
Color previews
#cceccb text on a black background
contrast 16.43:1
Card sample
#cceccb text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cceccb;
Background color
Panel with #cceccb background
background-color: #cceccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cceccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 236, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 236, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cceccb; background: linear-gradient(135deg, #cceccb, #CBECE0);