#cfdac2
a light, soft green · cool · closest name: beige
RGB
207, 218, 194
HSL
88°, 25%, 81%
CMYK
5, 0, 11, 15
Luminance
0.6730
Every format
| HEX | #cfdac2 |
| RGB | rgb(207, 218, 194) |
| HSL | hsl(88, 25%, 81%) |
| CMYK | cmyk(5%, 0%, 11%, 15%) |
| LAB | lab(85.7 -8.0 10.6) |
| LCH | lch(85.7 13.2 127.1) |
| OKLCH | oklch(0.873 0.035 127.3) |
Copy-ready code
/* CSS */
color: #cfdac2;
background-color: #cfdac2;
/* Tailwind (arbitrary) */
class="text-[#cfdac2] bg-[#cfdac2]"
/* SCSS */
$brand: #cfdac2;
/* SwiftUI */
Color(red: 0.812, green: 0.855, blue: 0.761)
/* Android */
Color.parseColor("#cfdac2")Accessibility — WCAG contrast
Aa
#cfdac2 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdac2 on black: 14.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.5%
Blue76.1%
CMYK percentages
Cyan5.0%
Magenta0.0%
Yellow11.0%
Key (black)14.5%
Color previews
#cfdac2 text on a black background
contrast 14.46:1
Card sample
#cfdac2 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdac2;
Background color
Panel with #cfdac2 background
background-color: #cfdac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 218, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 218, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdac2; background: linear-gradient(135deg, #cfdac2, #C2DAC5);