#c4fcf2
a pale, electric cyan · cool · closest name: ivory
RGB
196, 252, 242
HSL
169°, 90%, 88%
CMYK
22, 0, 4, 1
Luminance
0.8777
Every format
| HEX | #c4fcf2 |
| RGB | rgb(196, 252, 242) |
| HSL | hsl(169, 90%, 88%) |
| CMYK | cmyk(22%, 0%, 4%, 1%) |
| LAB | lab(95.1 -19.6 -1.0) |
| LCH | lch(95.1 19.6 182.9) |
| OKLCH | oklch(0.950 0.058 182.9) |
Copy-ready code
/* CSS */
color: #c4fcf2;
background-color: #c4fcf2;
/* Tailwind (arbitrary) */
class="text-[#c4fcf2] bg-[#c4fcf2]"
/* SCSS */
$brand: #c4fcf2;
/* SwiftUI */
Color(red: 0.769, green: 0.988, blue: 0.949)
/* Android */
Color.parseColor("#c4fcf2")Accessibility — WCAG contrast
Aa
#c4fcf2 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4fcf2 on black: 18.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green98.8%
Blue94.9%
CMYK percentages
Cyan22.2%
Magenta0.0%
Yellow4.0%
Key (black)1.2%
Color previews
#c4fcf2 text on a black background
contrast 18.55:1
Card sample
#c4fcf2 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4fcf2;
Background color
Panel with #c4fcf2 background
background-color: #c4fcf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4fcf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 252, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 252, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4fcf2; background: linear-gradient(135deg, #c4fcf2, #C4E1FC);