#cff3df
a pale, vivid green · cool · closest name: beige
RGB
207, 243, 223
HSL
147°, 60%, 88%
CMYK
15, 0, 8, 5
Luminance
0.8269
Every format
| HEX | #cff3df |
| RGB | rgb(207, 243, 223) |
| HSL | hsl(147, 60%, 88%) |
| CMYK | cmyk(15%, 0%, 8%, 5%) |
| LAB | lab(92.9 -15.4 5.8) |
| LCH | lch(92.9 16.5 159.6) |
| OKLCH | oklch(0.933 0.046 161.1) |
Copy-ready code
/* CSS */
color: #cff3df;
background-color: #cff3df;
/* Tailwind (arbitrary) */
class="text-[#cff3df] bg-[#cff3df]"
/* SCSS */
$brand: #cff3df;
/* SwiftUI */
Color(red: 0.812, green: 0.953, blue: 0.875)
/* Android */
Color.parseColor("#cff3df")Accessibility — WCAG contrast
Aa
#cff3df on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff3df on black: 17.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green95.3%
Blue87.5%
CMYK percentages
Cyan14.8%
Magenta0.0%
Yellow8.2%
Key (black)4.7%
Color previews
#cff3df text on a black background
contrast 17.54:1
Card sample
#cff3df text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff3df;
Background color
Panel with #cff3df background
background-color: #cff3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 243, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 243, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff3df; background: linear-gradient(135deg, #cff3df, #CFEFF3);