#cadbbc
a light, soft green · cool · closest name: beige
RGB
202, 219, 188
HSL
93°, 30%, 80%
CMYK
8, 0, 14, 14
Luminance
0.6685
Every format
| HEX | #cadbbc |
| RGB | rgb(202, 219, 188) |
| HSL | hsl(93, 30%, 80%) |
| CMYK | cmyk(8%, 0%, 14%, 14%) |
| LAB | lab(85.4 -11.2 13.3) |
| LCH | lch(85.4 17.4 130.1) |
| OKLCH | oklch(0.870 0.046 130.9) |
Copy-ready code
/* CSS */
color: #cadbbc;
background-color: #cadbbc;
/* Tailwind (arbitrary) */
class="text-[#cadbbc] bg-[#cadbbc]"
/* SCSS */
$brand: #cadbbc;
/* SwiftUI */
Color(red: 0.792, green: 0.859, blue: 0.737)
/* Android */
Color.parseColor("#cadbbc")Accessibility — WCAG contrast
Aa
#cadbbc on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cadbbc on black: 14.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green85.9%
Blue73.7%
CMYK percentages
Cyan7.8%
Magenta0.0%
Yellow14.2%
Key (black)14.1%
Color previews
#cadbbc text on a black background
contrast 14.37:1
Card sample
#cadbbc text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cadbbc;
Background color
Panel with #cadbbc background
background-color: #cadbbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cadbbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 219, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 219, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cadbbc; background: linear-gradient(135deg, #cadbbc, #BCDBC3);