#cfdfc8
a light, soft green · cool · closest name: beige
RGB
207, 223, 200
HSL
102°, 26%, 83%
CMYK
7, 0, 10, 13
Luminance
0.7021
Every format
| HEX | #cfdfc8 |
| RGB | rgb(207, 223, 200) |
| HSL | hsl(102, 26%, 83%) |
| CMYK | cmyk(7%, 0%, 10%, 13%) |
| LAB | lab(87.1 -9.5 9.4) |
| LCH | lch(87.1 13.4 135.2) |
| OKLCH | oklch(0.885 0.035 136.0) |
Copy-ready code
/* CSS */
color: #cfdfc8;
background-color: #cfdfc8;
/* Tailwind (arbitrary) */
class="text-[#cfdfc8] bg-[#cfdfc8]"
/* SCSS */
$brand: #cfdfc8;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.784)
/* Android */
Color.parseColor("#cfdfc8")Accessibility — WCAG contrast
Aa
#cfdfc8 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdfc8 on black: 15.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue78.4%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow10.3%
Key (black)12.5%
Color previews
#cfdfc8 text on a black background
contrast 15.04:1
Card sample
#cfdfc8 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdfc8;
Background color
Panel with #cfdfc8 background
background-color: #cfdfc8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdfc8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdfc8; background: linear-gradient(135deg, #cfdfc8, #C8DFD0);