#cff1d6
a pale, vivid green · cool · closest name: beige
RGB
207, 241, 214
HSL
132°, 55%, 88%
CMYK
14, 0, 11, 6
Luminance
0.8103
Every format
| HEX | #cff1d6 |
| RGB | rgb(207, 241, 214) |
| HSL | hsl(132, 55%, 88%) |
| CMYK | cmyk(14%, 0%, 11%, 6%) |
| LAB | lab(92.1 -16.1 9.4) |
| LCH | lch(92.1 18.6 149.8) |
| OKLCH | oklch(0.926 0.051 151.4) |
Copy-ready code
/* CSS */
color: #cff1d6;
background-color: #cff1d6;
/* Tailwind (arbitrary) */
class="text-[#cff1d6] bg-[#cff1d6]"
/* SCSS */
$brand: #cff1d6;
/* SwiftUI */
Color(red: 0.812, green: 0.945, blue: 0.839)
/* Android */
Color.parseColor("#cff1d6")Accessibility — WCAG contrast
Aa
#cff1d6 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff1d6 on black: 17.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green94.5%
Blue83.9%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow11.2%
Key (black)5.5%
Color previews
#cff1d6 text on a black background
contrast 17.21:1
Card sample
#cff1d6 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff1d6;
Background color
Panel with #cff1d6 background
background-color: #cff1d6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff1d6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 241, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 241, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff1d6; background: linear-gradient(135deg, #cff1d6, #CFF1ED);