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