#cff1df
a pale, vivid green · cool · closest name: beige
RGB
207, 241, 223
HSL
148°, 55%, 88%
CMYK
14, 0, 8, 6
Luminance
0.8150
Every format
| HEX | #cff1df |
| RGB | rgb(207, 241, 223) |
| HSL | hsl(148, 55%, 88%) |
| CMYK | cmyk(14%, 0%, 8%, 6%) |
| LAB | lab(92.3 -14.4 5.0) |
| LCH | lch(92.3 15.3 160.9) |
| OKLCH | oklch(0.929 0.043 162.4) |
Copy-ready code
/* CSS */
color: #cff1df;
background-color: #cff1df;
/* Tailwind (arbitrary) */
class="text-[#cff1df] bg-[#cff1df]"
/* SCSS */
$brand: #cff1df;
/* SwiftUI */
Color(red: 0.812, green: 0.945, blue: 0.875)
/* Android */
Color.parseColor("#cff1df")Accessibility — WCAG contrast
Aa
#cff1df on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff1df on black: 17.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green94.5%
Blue87.5%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow7.5%
Key (black)5.5%
Color previews
#cff1df text on a black background
contrast 17.30:1
Card sample
#cff1df text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff1df;
Background color
Panel with #cff1df background
background-color: #cff1df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff1df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 241, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 241, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff1df; background: linear-gradient(135deg, #cff1df, #CFECF1);