#cefdc7
a pale, electric green · cool · closest name: beige
RGB
206, 253, 199
HSL
112°, 93%, 89%
CMYK
19, 0, 21, 1
Luminance
0.8750
Every format
| HEX | #cefdc7 |
| RGB | rgb(206, 253, 199) |
| HSL | hsl(112, 93%, 89%) |
| CMYK | cmyk(19%, 0%, 21%, 1%) |
| LAB | lab(95.0 -24.8 21.0) |
| LCH | lch(95.0 32.5 139.7) |
| OKLCH | oklch(0.948 0.086 141.4) |
Copy-ready code
/* CSS */
color: #cefdc7;
background-color: #cefdc7;
/* Tailwind (arbitrary) */
class="text-[#cefdc7] bg-[#cefdc7]"
/* SCSS */
$brand: #cefdc7;
/* SwiftUI */
Color(red: 0.808, green: 0.992, blue: 0.780)
/* Android */
Color.parseColor("#cefdc7")Accessibility — WCAG contrast
Aa
#cefdc7 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefdc7 on black: 18.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green99.2%
Blue78.0%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow21.3%
Key (black)0.8%
Color previews
#cefdc7 text on a black background
contrast 18.50:1
Card sample
#cefdc7 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefdc7;
Background color
Panel with #cefdc7 background
background-color: #cefdc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefdc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 253, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 253, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefdc7; background: linear-gradient(135deg, #cefdc7, #C7FDE4);