#cbeddf
a pale, vivid green · cool · closest name: beige
RGB
203, 237, 223
HSL
155°, 49%, 86%
CMYK
14, 0, 6, 7
Luminance
0.7859
Every format
| HEX | #cbeddf |
| RGB | rgb(203, 237, 223) |
| HSL | hsl(155, 49%, 86%) |
| CMYK | cmyk(14%, 0%, 6%, 7%) |
| LAB | lab(91.0 -13.7 3.1) |
| LCH | lch(91.0 14.1 167.4) |
| OKLCH | oklch(0.918 0.040 168.6) |
Copy-ready code
/* CSS */
color: #cbeddf;
background-color: #cbeddf;
/* Tailwind (arbitrary) */
class="text-[#cbeddf] bg-[#cbeddf]"
/* SCSS */
$brand: #cbeddf;
/* SwiftUI */
Color(red: 0.796, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#cbeddf")Accessibility — WCAG contrast
Aa
#cbeddf on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbeddf on black: 16.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green92.9%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#cbeddf text on a black background
contrast 16.72:1
Card sample
#cbeddf text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbeddf;
Background color
Panel with #cbeddf background
background-color: #cbeddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbeddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbeddf; background: linear-gradient(135deg, #cbeddf, #CBE4ED);