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