#c4fcff
a pale, electric cyan · cool · closest name: white
RGB
196, 252, 255
HSL
183°, 100%, 88%
CMYK
23, 1, 0, 0
Luminance
0.8858
Every format
| HEX | #c4fcff |
| RGB | rgb(196, 252, 255) |
| HSL | hsl(183, 100%, 88%) |
| CMYK | cmyk(23%, 1%, 0%, 0%) |
| LAB | lab(95.4 -16.9 -7.2) |
| LCH | lch(95.4 18.3 203.1) |
| OKLCH | oklch(0.954 0.057 200.3) |
Copy-ready code
/* CSS */
color: #c4fcff;
background-color: #c4fcff;
/* Tailwind (arbitrary) */
class="text-[#c4fcff] bg-[#c4fcff]"
/* SCSS */
$brand: #c4fcff;
/* SwiftUI */
Color(red: 0.769, green: 0.988, blue: 1.000)
/* Android */
Color.parseColor("#c4fcff")Accessibility — WCAG contrast
Aa
#c4fcff on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4fcff on black: 18.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green98.8%
Blue100.0%
CMYK percentages
Cyan23.1%
Magenta1.2%
Yellow0.0%
Key (black)0.0%
Color previews
#c4fcff text on a black background
contrast 18.72:1
Card sample
#c4fcff text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4fcff;
Background color
Panel with #c4fcff background
background-color: #c4fcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4fcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 252, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 252, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4fcff; background: linear-gradient(135deg, #c4fcff, #C4D5FF);