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