#cffcfd
a pale, electric cyan · cool · closest name: white
RGB
207, 252, 253
HSL
181°, 92%, 90%
CMYK
18, 0, 0, 1
Luminance
0.8998
Every format
| HEX | #cffcfd |
| RGB | rgb(207, 252, 253) |
| HSL | hsl(181, 92%, 90%) |
| CMYK | cmyk(18%, 0%, 0%, 1%) |
| LAB | lab(96.0 -14.1 -5.2) |
| LCH | lch(96.0 15.0 200.4) |
| OKLCH | oklch(0.960 0.046 198.1) |
Copy-ready code
/* CSS */
color: #cffcfd;
background-color: #cffcfd;
/* Tailwind (arbitrary) */
class="text-[#cffcfd] bg-[#cffcfd]"
/* SCSS */
$brand: #cffcfd;
/* SwiftUI */
Color(red: 0.812, green: 0.988, blue: 0.992)
/* Android */
Color.parseColor("#cffcfd")Accessibility — WCAG contrast
Aa
#cffcfd on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffcfd on black: 19.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.8%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta0.4%
Yellow0.0%
Key (black)0.8%
Color previews
#cffcfd text on a black background
contrast 19.00:1
Card sample
#cffcfd text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffcfd;
Background color
Panel with #cffcfd background
background-color: #cffcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 252, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 252, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffcfd; background: linear-gradient(135deg, #cffcfd, #CFDDFD);