#cffcf0
a pale, electric cyan · cool · closest name: ivory
RGB
207, 252, 240
HSL
164°, 88%, 90%
CMYK
18, 0, 5, 1
Luminance
0.8918
Every format
| HEX | #cffcf0 |
| RGB | rgb(207, 252, 240) |
| HSL | hsl(164, 88%, 90%) |
| CMYK | cmyk(18%, 0%, 5%, 1%) |
| LAB | lab(95.7 -16.6 1.0) |
| LCH | lch(95.7 16.7 176.6) |
| OKLCH | oklch(0.956 0.049 177.2) |
Copy-ready code
/* CSS */
color: #cffcf0;
background-color: #cffcf0;
/* Tailwind (arbitrary) */
class="text-[#cffcf0] bg-[#cffcf0]"
/* SCSS */
$brand: #cffcf0;
/* SwiftUI */
Color(red: 0.812, green: 0.988, blue: 0.941)
/* Android */
Color.parseColor("#cffcf0")Accessibility — WCAG contrast
Aa
#cffcf0 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffcf0 on black: 18.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.8%
Blue94.1%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow4.8%
Key (black)1.2%
Color previews
#cffcf0 text on a black background
contrast 18.84:1
Card sample
#cffcf0 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffcf0;
Background color
Panel with #cffcf0 background
background-color: #cffcf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffcf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 252, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 252, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffcf0; background: linear-gradient(135deg, #cffcf0, #CFEAFC);