#cefbcf
a pale, electric green · cool · closest name: beige
RGB
206, 251, 207
HSL
121°, 85%, 90%
CMYK
18, 0, 18, 2
Luminance
0.8662
Every format
| HEX | #cefbcf |
| RGB | rgb(206, 251, 207) |
| HSL | hsl(121, 85%, 90%) |
| CMYK | cmyk(18%, 0%, 18%, 2%) |
| LAB | lab(94.6 -22.5 16.4) |
| LCH | lch(94.6 27.9 143.9) |
| OKLCH | oklch(0.945 0.075 145.5) |
Copy-ready code
/* CSS */
color: #cefbcf;
background-color: #cefbcf;
/* Tailwind (arbitrary) */
class="text-[#cefbcf] bg-[#cefbcf]"
/* SCSS */
$brand: #cefbcf;
/* SwiftUI */
Color(red: 0.808, green: 0.984, blue: 0.812)
/* Android */
Color.parseColor("#cefbcf")Accessibility — WCAG contrast
Aa
#cefbcf on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefbcf on black: 18.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green98.4%
Blue81.2%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow17.5%
Key (black)1.6%
Color previews
#cefbcf text on a black background
contrast 18.32:1
Card sample
#cefbcf text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefbcf;
Background color
Panel with #cefbcf background
background-color: #cefbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 251, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 251, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefbcf; background: linear-gradient(135deg, #cefbcf, #CEFBED);