#cbe9da
a pale, soft green · cool · closest name: beige
RGB
203, 233, 218
HSL
150°, 41%, 86%
CMYK
13, 0, 6, 9
Luminance
0.7604
Every format
| HEX | #cbe9da |
| RGB | rgb(203, 233, 218) |
| HSL | hsl(150, 41%, 86%) |
| CMYK | cmyk(13%, 0%, 6%, 9%) |
| LAB | lab(89.9 -12.7 4.0) |
| LCH | lch(89.9 13.3 162.5) |
| OKLCH | oklch(0.908 0.037 164.0) |
Copy-ready code
/* CSS */
color: #cbe9da;
background-color: #cbe9da;
/* Tailwind (arbitrary) */
class="text-[#cbe9da] bg-[#cbe9da]"
/* SCSS */
$brand: #cbe9da;
/* SwiftUI */
Color(red: 0.796, green: 0.914, blue: 0.855)
/* Android */
Color.parseColor("#cbe9da")Accessibility — WCAG contrast
Aa
#cbe9da on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbe9da on black: 16.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green91.4%
Blue85.5%
CMYK percentages
Cyan12.9%
Magenta0.0%
Yellow6.4%
Key (black)8.6%
Color previews
#cbe9da text on a black background
contrast 16.21:1
Card sample
#cbe9da text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbe9da;
Background color
Panel with #cbe9da background
background-color: #cbe9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbe9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 233, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 233, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbe9da; background: linear-gradient(135deg, #cbe9da, #CBE4E9);