#cbeade
a pale, soft green · cool · closest name: beige
RGB
203, 234, 222
HSL
157°, 43%, 86%
CMYK
13, 0, 5, 8
Luminance
0.7682
Every format
| HEX | #cbeade |
| RGB | rgb(203, 234, 222) |
| HSL | hsl(157, 43%, 86%) |
| CMYK | cmyk(13%, 0%, 5%, 8%) |
| LAB | lab(90.2 -12.4 2.4) |
| LCH | lch(90.2 12.6 169.0) |
| OKLCH | oklch(0.911 0.036 170.2) |
Copy-ready code
/* CSS */
color: #cbeade;
background-color: #cbeade;
/* Tailwind (arbitrary) */
class="text-[#cbeade] bg-[#cbeade]"
/* SCSS */
$brand: #cbeade;
/* SwiftUI */
Color(red: 0.796, green: 0.918, blue: 0.871)
/* Android */
Color.parseColor("#cbeade")Accessibility — WCAG contrast
Aa
#cbeade on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbeade on black: 16.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green91.8%
Blue87.1%
CMYK percentages
Cyan13.2%
Magenta0.0%
Yellow5.1%
Key (black)8.2%
Color previews
#cbeade text on a black background
contrast 16.36:1
Card sample
#cbeade text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbeade;
Background color
Panel with #cbeade background
background-color: #cbeade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbeade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 234, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 234, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbeade; background: linear-gradient(135deg, #cbeade, #CBE1EA);