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