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