#cbeee0
a pale, vivid green · cool · closest name: beige
RGB
203, 238, 224
HSL
156°, 51%, 87%
CMYK
15, 0, 6, 7
Luminance
0.7923
Every format
| HEX | #cbeee0 |
| RGB | rgb(203, 238, 224) |
| HSL | hsl(156, 51%, 87%) |
| CMYK | cmyk(15%, 0%, 6%, 7%) |
| LAB | lab(91.3 -14.0 3.0) |
| LCH | lch(91.3 14.3 168.1) |
| OKLCH | oklch(0.920 0.041 169.3) |
Copy-ready code
/* CSS */
color: #cbeee0;
background-color: #cbeee0;
/* Tailwind (arbitrary) */
class="text-[#cbeee0] bg-[#cbeee0]"
/* SCSS */
$brand: #cbeee0;
/* SwiftUI */
Color(red: 0.796, green: 0.933, blue: 0.878)
/* Android */
Color.parseColor("#cbeee0")Accessibility — WCAG contrast
Aa
#cbeee0 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbeee0 on black: 16.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green93.3%
Blue87.8%
CMYK percentages
Cyan14.7%
Magenta0.0%
Yellow5.9%
Key (black)6.7%
Color previews
#cbeee0 text on a black background
contrast 16.85:1
Card sample
#cbeee0 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbeee0;
Background color
Panel with #cbeee0 background
background-color: #cbeee0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbeee0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 238, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 238, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbeee0; background: linear-gradient(135deg, #cbeee0, #CBE5EE);