#cffce7
a pale, electric green · cool · closest name: beige
RGB
207, 252, 231
HSL
152°, 88%, 90%
CMYK
18, 0, 8, 1
Luminance
0.8866
Every format
| HEX | #cffce7 |
| RGB | rgb(207, 252, 231) |
| HSL | hsl(152, 88%, 90%) |
| CMYK | cmyk(18%, 0%, 8%, 1%) |
| LAB | lab(95.4 -18.4 5.3) |
| LCH | lch(95.4 19.1 163.9) |
| OKLCH | oklch(0.954 0.054 165.3) |
Copy-ready code
/* CSS */
color: #cffce7;
background-color: #cffce7;
/* Tailwind (arbitrary) */
class="text-[#cffce7] bg-[#cffce7]"
/* SCSS */
$brand: #cffce7;
/* SwiftUI */
Color(red: 0.812, green: 0.988, blue: 0.906)
/* Android */
Color.parseColor("#cffce7")Accessibility — WCAG contrast
Aa
#cffce7 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffce7 on black: 18.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.8%
Blue90.6%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow8.3%
Key (black)1.2%
Color previews
#cffce7 text on a black background
contrast 18.73:1
Card sample
#cffce7 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffce7;
Background color
Panel with #cffce7 background
background-color: #cffce7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffce7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 252, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 252, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffce7; background: linear-gradient(135deg, #cffce7, #CFF3FC);