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