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