#cbebdf
a pale, soft green · cool · closest name: beige
RGB
203, 235, 223
HSL
158°, 44%, 86%
CMYK
14, 0, 5, 8
Luminance
0.7744
Every format
| HEX | #cbebdf |
| RGB | rgb(203, 235, 223) |
| HSL | hsl(158, 44%, 86%) |
| CMYK | cmyk(14%, 0%, 5%, 8%) |
| LAB | lab(90.5 -12.7 2.3) |
| LCH | lch(90.5 12.9 169.7) |
| OKLCH | oklch(0.914 0.037 170.8) |
Copy-ready code
/* CSS */
color: #cbebdf;
background-color: #cbebdf;
/* Tailwind (arbitrary) */
class="text-[#cbebdf] bg-[#cbebdf]"
/* SCSS */
$brand: #cbebdf;
/* SwiftUI */
Color(red: 0.796, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#cbebdf")Accessibility — WCAG contrast
Aa
#cbebdf on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbebdf on black: 16.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green92.2%
Blue87.5%
CMYK percentages
Cyan13.6%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#cbebdf text on a black background
contrast 16.49:1
Card sample
#cbebdf text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbebdf;
Background color
Panel with #cbebdf background
background-color: #cbebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbebdf; background: linear-gradient(135deg, #cbebdf, #CBE2EB);