#cadbaf
a light, soft green · cool · closest name: beige
RGB
202, 219, 175
HSL
83°, 38%, 77%
CMYK
8, 0, 20, 14
Luminance
0.6631
Every format
| HEX | #cadbaf |
| RGB | rgb(202, 219, 175) |
| HSL | hsl(83, 38%, 77%) |
| CMYK | cmyk(8%, 0%, 20%, 14%) |
| LAB | lab(85.2 -13.3 19.8) |
| LCH | lch(85.2 23.9 124.0) |
| OKLCH | oklch(0.867 0.062 124.8) |
Copy-ready code
/* CSS */
color: #cadbaf;
background-color: #cadbaf;
/* Tailwind (arbitrary) */
class="text-[#cadbaf] bg-[#cadbaf]"
/* SCSS */
$brand: #cadbaf;
/* SwiftUI */
Color(red: 0.792, green: 0.859, blue: 0.686)
/* Android */
Color.parseColor("#cadbaf")Accessibility — WCAG contrast
Aa
#cadbaf on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cadbaf on black: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green85.9%
Blue68.6%
CMYK percentages
Cyan7.8%
Magenta0.0%
Yellow20.1%
Key (black)14.1%
Color previews
#cadbaf text on a black background
contrast 14.26:1
Card sample
#cadbaf text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cadbaf;
Background color
Panel with #cadbaf background
background-color: #cadbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cadbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 219, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 219, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cadbaf; background: linear-gradient(135deg, #cadbaf, #AFDBB2);