#cfdba9
a light, soft green · cool · closest name: beige
RGB
207, 219, 169
HSL
74°, 41%, 76%
CMYK
6, 0, 23, 14
Luminance
0.6679
Every format
| HEX | #cfdba9 |
| RGB | rgb(207, 219, 169) |
| HSL | hsl(74, 41%, 76%) |
| CMYK | cmyk(6%, 0%, 23%, 14%) |
| LAB | lab(85.4 -12.4 23.3) |
| LCH | lch(85.4 26.4 118.1) |
| OKLCH | oklch(0.870 0.068 118.8) |
Copy-ready code
/* CSS */
color: #cfdba9;
background-color: #cfdba9;
/* Tailwind (arbitrary) */
class="text-[#cfdba9] bg-[#cfdba9]"
/* SCSS */
$brand: #cfdba9;
/* SwiftUI */
Color(red: 0.812, green: 0.859, blue: 0.663)
/* Android */
Color.parseColor("#cfdba9")Accessibility — WCAG contrast
Aa
#cfdba9 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdba9 on black: 14.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.9%
Blue66.3%
CMYK percentages
Cyan5.5%
Magenta0.0%
Yellow22.8%
Key (black)14.1%
Color previews
#cfdba9 text on a black background
contrast 14.36:1
Card sample
#cfdba9 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdba9;
Background color
Panel with #cfdba9 background
background-color: #cfdba9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdba9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 219, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 219, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdba9; background: linear-gradient(135deg, #cfdba9, #AEDBA9);