#cfefd2
a pale, vivid green · cool · closest name: beige
RGB
207, 239, 210
HSL
126°, 50%, 88%
CMYK
13, 0, 12, 6
Luminance
0.7965
Every format
| HEX | #cfefd2 |
| RGB | rgb(207, 239, 210) |
| HSL | hsl(126, 50%, 88%) |
| CMYK | cmyk(13%, 0%, 12%, 6%) |
| LAB | lab(91.5 -15.8 10.6) |
| LCH | lch(91.5 19.0 146.2) |
| OKLCH | oklch(0.921 0.051 147.8) |
Copy-ready code
/* CSS */
color: #cfefd2;
background-color: #cfefd2;
/* Tailwind (arbitrary) */
class="text-[#cfefd2] bg-[#cfefd2]"
/* SCSS */
$brand: #cfefd2;
/* SwiftUI */
Color(red: 0.812, green: 0.937, blue: 0.824)
/* Android */
Color.parseColor("#cfefd2")Accessibility — WCAG contrast
Aa
#cfefd2 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfefd2 on black: 16.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green93.7%
Blue82.4%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow12.1%
Key (black)6.3%
Color previews
#cfefd2 text on a black background
contrast 16.93:1
Card sample
#cfefd2 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfefd2;
Background color
Panel with #cfefd2 background
background-color: #cfefd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfefd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 239, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 239, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfefd2; background: linear-gradient(135deg, #cfefd2, #CFEFE7);