#cffdf0
a pale, electric cyan · cool · closest name: ivory
RGB
207, 253, 240
HSL
163°, 92%, 90%
CMYK
18, 0, 5, 1
Luminance
0.8981
Every format
| HEX | #cffdf0 |
| RGB | rgb(207, 253, 240) |
| HSL | hsl(163, 92%, 90%) |
| CMYK | cmyk(18%, 0%, 5%, 1%) |
| LAB | lab(95.9 -17.1 1.4) |
| LCH | lch(95.9 17.2 175.4) |
| OKLCH | oklch(0.958 0.050 176.2) |
Copy-ready code
/* CSS */
color: #cffdf0;
background-color: #cffdf0;
/* Tailwind (arbitrary) */
class="text-[#cffdf0] bg-[#cffdf0]"
/* SCSS */
$brand: #cffdf0;
/* SwiftUI */
Color(red: 0.812, green: 0.992, blue: 0.941)
/* Android */
Color.parseColor("#cffdf0")Accessibility — WCAG contrast
Aa
#cffdf0 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffdf0 on black: 18.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green99.2%
Blue94.1%
CMYK percentages
Cyan18.2%
Magenta0.0%
Yellow5.1%
Key (black)0.8%
Color previews
#cffdf0 text on a black background
contrast 18.96:1
Card sample
#cffdf0 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffdf0;
Background color
Panel with #cffdf0 background
background-color: #cffdf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffdf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 253, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 253, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffdf0; background: linear-gradient(135deg, #cffdf0, #CFEBFD);