#cbecdb
a pale, vivid green · cool · closest name: beige
RGB
203, 236, 219
HSL
149°, 47%, 86%
CMYK
14, 0, 7, 8
Luminance
0.7780
Every format
| HEX | #cbecdb |
| RGB | rgb(203, 236, 219) |
| HSL | hsl(149, 47%, 86%) |
| CMYK | cmyk(14%, 0%, 7%, 8%) |
| LAB | lab(90.7 -14.0 4.6) |
| LCH | lch(90.7 14.7 161.7) |
| OKLCH | oklch(0.915 0.042 163.1) |
Copy-ready code
/* CSS */
color: #cbecdb;
background-color: #cbecdb;
/* Tailwind (arbitrary) */
class="text-[#cbecdb] bg-[#cbecdb]"
/* SCSS */
$brand: #cbecdb;
/* SwiftUI */
Color(red: 0.796, green: 0.925, blue: 0.859)
/* Android */
Color.parseColor("#cbecdb")Accessibility — WCAG contrast
Aa
#cbecdb on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbecdb on black: 16.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green92.5%
Blue85.9%
CMYK percentages
Cyan14.0%
Magenta0.0%
Yellow7.2%
Key (black)7.5%
Color previews
#cbecdb text on a black background
contrast 16.56:1
Card sample
#cbecdb text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbecdb;
Background color
Panel with #cbecdb background
background-color: #cbecdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbecdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 236, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 236, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbecdb; background: linear-gradient(135deg, #cbecdb, #CBE7EC);