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