#cefcd2
a pale, electric green · cool · closest name: beige
RGB
206, 252, 210
HSL
125°, 89%, 90%
CMYK
18, 0, 17, 1
Luminance
0.8740
Every format
| HEX | #cefcd2 |
| RGB | rgb(206, 252, 210) |
| HSL | hsl(125, 89%, 90%) |
| CMYK | cmyk(18%, 0%, 17%, 1%) |
| LAB | lab(94.9 -22.5 15.3) |
| LCH | lch(94.9 27.2 145.7) |
| OKLCH | oklch(0.948 0.073 147.3) |
Copy-ready code
/* CSS */
color: #cefcd2;
background-color: #cefcd2;
/* Tailwind (arbitrary) */
class="text-[#cefcd2] bg-[#cefcd2]"
/* SCSS */
$brand: #cefcd2;
/* SwiftUI */
Color(red: 0.808, green: 0.988, blue: 0.824)
/* Android */
Color.parseColor("#cefcd2")Accessibility — WCAG contrast
Aa
#cefcd2 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefcd2 on black: 18.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green98.8%
Blue82.4%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow16.7%
Key (black)1.2%
Color previews
#cefcd2 text on a black background
contrast 18.48:1
Card sample
#cefcd2 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefcd2;
Background color
Panel with #cefcd2 background
background-color: #cefcd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefcd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 252, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 252, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefcd2; background: linear-gradient(135deg, #cefcd2, #CEFCF1);