#cff5df
a pale, vivid green · cool · closest name: beige
RGB
207, 245, 223
HSL
145°, 66%, 89%
CMYK
16, 0, 9, 4
Luminance
0.8390
Every format
| HEX | #cff5df |
| RGB | rgb(207, 245, 223) |
| HSL | hsl(145, 66%, 89%) |
| CMYK | cmyk(16%, 0%, 9%, 4%) |
| LAB | lab(93.4 -16.4 6.5) |
| LCH | lch(93.4 17.6 158.4) |
| OKLCH | oklch(0.937 0.049 159.9) |
Copy-ready code
/* CSS */
color: #cff5df;
background-color: #cff5df;
/* Tailwind (arbitrary) */
class="text-[#cff5df] bg-[#cff5df]"
/* SCSS */
$brand: #cff5df;
/* SwiftUI */
Color(red: 0.812, green: 0.961, blue: 0.875)
/* Android */
Color.parseColor("#cff5df")Accessibility — WCAG contrast
Aa
#cff5df on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff5df on black: 17.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green96.1%
Blue87.5%
CMYK percentages
Cyan15.5%
Magenta0.0%
Yellow9.0%
Key (black)3.9%
Color previews
#cff5df text on a black background
contrast 17.78:1
Card sample
#cff5df text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff5df;
Background color
Panel with #cff5df background
background-color: #cff5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 245, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 245, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff5df; background: linear-gradient(135deg, #cff5df, #CFF2F5);