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