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