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