#cbdaac
a light, soft green · cool · closest name: beige
RGB
203, 218, 172
HSL
80°, 38%, 77%
CMYK
7, 0, 21, 15
Luminance
0.6582
Every format
| HEX | #cbdaac |
| RGB | rgb(203, 218, 172) |
| HSL | hsl(80, 38%, 77%) |
| CMYK | cmyk(7%, 0%, 21%, 15%) |
| LAB | lab(84.9 -12.9 21.0) |
| LCH | lch(84.9 24.7 121.6) |
| OKLCH | oklch(0.865 0.064 122.4) |
Copy-ready code
/* CSS */
color: #cbdaac;
background-color: #cbdaac;
/* Tailwind (arbitrary) */
class="text-[#cbdaac] bg-[#cbdaac]"
/* SCSS */
$brand: #cbdaac;
/* SwiftUI */
Color(red: 0.796, green: 0.855, blue: 0.675)
/* Android */
Color.parseColor("#cbdaac")Accessibility — WCAG contrast
Aa
#cbdaac on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbdaac on black: 14.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green85.5%
Blue67.5%
CMYK percentages
Cyan6.9%
Magenta0.0%
Yellow21.1%
Key (black)14.5%
Color previews
#cbdaac text on a black background
contrast 14.16:1
Card sample
#cbdaac text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbdaac;
Background color
Panel with #cbdaac background
background-color: #cbdaac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbdaac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 218, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 218, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbdaac; background: linear-gradient(135deg, #cbdaac, #ACDAAC);