#cffccb
a pale, electric green · cool · closest name: beige
RGB
207, 252, 203
HSL
115°, 89%, 89%
CMYK
18, 0, 19, 1
Luminance
0.8720
Every format
| HEX | #cffccb |
| RGB | rgb(207, 252, 203) |
| HSL | hsl(115, 89%, 89%) |
| CMYK | cmyk(18%, 0%, 19%, 1%) |
| LAB | lab(94.8 -23.3 18.8) |
| LCH | lch(94.8 30.0 141.1) |
| OKLCH | oklch(0.947 0.080 142.8) |
Copy-ready code
/* CSS */
color: #cffccb;
background-color: #cffccb;
/* Tailwind (arbitrary) */
class="text-[#cffccb] bg-[#cffccb]"
/* SCSS */
$brand: #cffccb;
/* SwiftUI */
Color(red: 0.812, green: 0.988, blue: 0.796)
/* Android */
Color.parseColor("#cffccb")Accessibility — WCAG contrast
Aa
#cffccb on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffccb on black: 18.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.8%
Blue79.6%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow19.4%
Key (black)1.2%
Color previews
#cffccb text on a black background
contrast 18.44:1
Card sample
#cffccb text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffccb;
Background color
Panel with #cffccb background
background-color: #cffccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 252, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 252, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffccb; background: linear-gradient(135deg, #cffccb, #CBFCE8);