#cadfbc
a light, soft green · cool · closest name: beige
RGB
202, 223, 188
HSL
96°, 35%, 81%
CMYK
9, 0, 16, 13
Luminance
0.6896
Every format
| HEX | #cadfbc |
| RGB | rgb(202, 223, 188) |
| HSL | hsl(96, 35%, 81%) |
| CMYK | cmyk(9%, 0%, 16%, 13%) |
| LAB | lab(86.5 -13.3 14.8) |
| LCH | lch(86.5 19.9 131.8) |
| OKLCH | oklch(0.879 0.052 132.8) |
Copy-ready code
/* CSS */
color: #cadfbc;
background-color: #cadfbc;
/* Tailwind (arbitrary) */
class="text-[#cadfbc] bg-[#cadfbc]"
/* SCSS */
$brand: #cadfbc;
/* SwiftUI */
Color(red: 0.792, green: 0.875, blue: 0.737)
/* Android */
Color.parseColor("#cadfbc")Accessibility — WCAG contrast
Aa
#cadfbc on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cadfbc on black: 14.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green87.5%
Blue73.7%
CMYK percentages
Cyan9.4%
Magenta0.0%
Yellow15.7%
Key (black)12.5%
Color previews
#cadfbc text on a black background
contrast 14.79:1
Card sample
#cadfbc text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cadfbc;
Background color
Panel with #cadfbc background
background-color: #cadfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cadfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 223, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 223, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cadfbc; background: linear-gradient(135deg, #cadfbc, #BCDFC5);