#cffcdb
a pale, electric green · cool · closest name: beige
RGB
207, 252, 219
HSL
136°, 88%, 90%
CMYK
18, 0, 13, 1
Luminance
0.8800
Every format
| HEX | #cffcdb |
| RGB | rgb(207, 252, 219) |
| HSL | hsl(136, 88%, 90%) |
| CMYK | cmyk(18%, 0%, 13%, 1%) |
| LAB | lab(95.2 -20.6 11.1) |
| LCH | lch(95.2 23.4 151.7) |
| OKLCH | oklch(0.951 0.064 153.3) |
Copy-ready code
/* CSS */
color: #cffcdb;
background-color: #cffcdb;
/* Tailwind (arbitrary) */
class="text-[#cffcdb] bg-[#cffcdb]"
/* SCSS */
$brand: #cffcdb;
/* SwiftUI */
Color(red: 0.812, green: 0.988, blue: 0.859)
/* Android */
Color.parseColor("#cffcdb")Accessibility — WCAG contrast
Aa
#cffcdb on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffcdb on black: 18.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.8%
Blue85.9%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow13.1%
Key (black)1.2%
Color previews
#cffcdb text on a black background
contrast 18.60:1
Card sample
#cffcdb text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffcdb;
Background color
Panel with #cffcdb background
background-color: #cffcdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffcdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 252, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 252, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffcdb; background: linear-gradient(135deg, #cffcdb, #CFFCF9);