#cffdf6
a pale, electric cyan · cool · closest name: ivory
RGB
207, 253, 246
HSL
171°, 92%, 90%
CMYK
18, 0, 3, 1
Luminance
0.9017
Every format
| HEX | #cffdf6 |
| RGB | rgb(207, 253, 246) |
| HSL | hsl(171, 92%, 90%) |
| CMYK | cmyk(18%, 0%, 3%, 1%) |
| LAB | lab(96.1 -15.9 -1.5) |
| LCH | lch(96.1 16.0 185.4) |
| OKLCH | oklch(0.960 0.048 185.1) |
Copy-ready code
/* CSS */
color: #cffdf6;
background-color: #cffdf6;
/* Tailwind (arbitrary) */
class="text-[#cffdf6] bg-[#cffdf6]"
/* SCSS */
$brand: #cffdf6;
/* SwiftUI */
Color(red: 0.812, green: 0.992, blue: 0.965)
/* Android */
Color.parseColor("#cffdf6")Accessibility — WCAG contrast
Aa
#cffdf6 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffdf6 on black: 19.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green99.2%
Blue96.5%
CMYK percentages
Cyan18.2%
Magenta0.0%
Yellow2.8%
Key (black)0.8%
Color previews
#cffdf6 text on a black background
contrast 19.03:1
Card sample
#cffdf6 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffdf6;
Background color
Panel with #cffdf6 background
background-color: #cffdf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffdf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 253, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 253, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffdf6; background: linear-gradient(135deg, #cffdf6, #CFE5FD);