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