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