#cbdabc
a light, soft green · cool · closest name: beige
RGB
203, 218, 188
HSL
90°, 29%, 80%
CMYK
7, 0, 14, 15
Luminance
0.6647
Every format
| HEX | #cbdabc |
| RGB | rgb(203, 218, 188) |
| HSL | hsl(90, 29%, 80%) |
| CMYK | cmyk(7%, 0%, 14%, 15%) |
| LAB | lab(85.2 -10.4 13.1) |
| LCH | lch(85.2 16.7 128.5) |
| OKLCH | oklch(0.869 0.044 129.0) |
Copy-ready code
/* CSS */
color: #cbdabc;
background-color: #cbdabc;
/* Tailwind (arbitrary) */
class="text-[#cbdabc] bg-[#cbdabc]"
/* SCSS */
$brand: #cbdabc;
/* SwiftUI */
Color(red: 0.796, green: 0.855, blue: 0.737)
/* Android */
Color.parseColor("#cbdabc")Accessibility — WCAG contrast
Aa
#cbdabc on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbdabc on black: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green85.5%
Blue73.7%
CMYK percentages
Cyan6.9%
Magenta0.0%
Yellow13.8%
Key (black)14.5%
Color previews
#cbdabc text on a black background
contrast 14.29:1
Card sample
#cbdabc text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbdabc;
Background color
Panel with #cbdabc background
background-color: #cbdabc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbdabc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 218, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 218, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbdabc; background: linear-gradient(135deg, #cbdabc, #BCDAC1);