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