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