#cadfba
a light, soft green · cool · closest name: beige
RGB
202, 223, 186
HSL
94°, 37%, 80%
CMYK
9, 0, 17, 13
Luminance
0.6888
Every format
| HEX | #cadfba |
| RGB | rgb(202, 223, 186) |
| HSL | hsl(94, 37%, 80%) |
| CMYK | cmyk(9%, 0%, 17%, 13%) |
| LAB | lab(86.4 -13.6 15.8) |
| LCH | lch(86.4 20.9 130.7) |
| OKLCH | oklch(0.878 0.055 131.7) |
Copy-ready code
/* CSS */
color: #cadfba;
background-color: #cadfba;
/* Tailwind (arbitrary) */
class="text-[#cadfba] bg-[#cadfba]"
/* SCSS */
$brand: #cadfba;
/* SwiftUI */
Color(red: 0.792, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#cadfba")Accessibility — WCAG contrast
Aa
#cadfba on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cadfba on black: 14.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green87.5%
Blue72.9%
CMYK percentages
Cyan9.4%
Magenta0.0%
Yellow16.6%
Key (black)12.5%
Color previews
#cadfba text on a black background
contrast 14.78:1
Card sample
#cadfba text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cadfba;
Background color
Panel with #cadfba background
background-color: #cadfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cadfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cadfba; background: linear-gradient(135deg, #cadfba, #BADFC3);