#cfdba4
a light, soft green · cool · closest name: beige
RGB
207, 219, 164
HSL
73°, 43%, 75%
CMYK
6, 0, 25, 14
Luminance
0.6661
Every format
| HEX | #cfdba4 |
| RGB | rgb(207, 219, 164) |
| HSL | hsl(73, 43%, 75%) |
| CMYK | cmyk(6%, 0%, 25%, 14%) |
| LAB | lab(85.3 -13.1 25.8) |
| LCH | lch(85.3 28.9 117.0) |
| OKLCH | oklch(0.869 0.074 118.0) |
Copy-ready code
/* CSS */
color: #cfdba4;
background-color: #cfdba4;
/* Tailwind (arbitrary) */
class="text-[#cfdba4] bg-[#cfdba4]"
/* SCSS */
$brand: #cfdba4;
/* SwiftUI */
Color(red: 0.812, green: 0.859, blue: 0.643)
/* Android */
Color.parseColor("#cfdba4")Accessibility — WCAG contrast
Aa
#cfdba4 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdba4 on black: 14.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.9%
Blue64.3%
CMYK percentages
Cyan5.5%
Magenta0.0%
Yellow25.1%
Key (black)14.1%
Color previews
#cfdba4 text on a black background
contrast 14.32:1
Card sample
#cfdba4 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdba4;
Background color
Panel with #cfdba4 background
background-color: #cfdba4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdba4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 219, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 219, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdba4; background: linear-gradient(135deg, #cfdba4, #AADBA4);