#c4f3fe
a pale, electric cyan · cool · closest name: lavender
RGB
196, 243, 254
HSL
191°, 97%, 88%
CMYK
23, 4, 0, 0
Luminance
0.8299
Every format
| HEX | #c4f3fe |
| RGB | rgb(196, 243, 254) |
| HSL | hsl(191, 97%, 88%) |
| CMYK | cmyk(23%, 4%, 0%, 0%) |
| LAB | lab(93.0 -12.6 -10.2) |
| LCH | lch(93.0 16.2 219.1) |
| OKLCH | oklch(0.935 0.050 213.5) |
Copy-ready code
/* CSS */
color: #c4f3fe;
background-color: #c4f3fe;
/* Tailwind (arbitrary) */
class="text-[#c4f3fe] bg-[#c4f3fe]"
/* SCSS */
$brand: #c4f3fe;
/* SwiftUI */
Color(red: 0.769, green: 0.953, blue: 0.996)
/* Android */
Color.parseColor("#c4f3fe")Accessibility — WCAG contrast
Aa
#c4f3fe on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4f3fe on black: 17.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green95.3%
Blue99.6%
CMYK percentages
Cyan22.8%
Magenta4.3%
Yellow0.0%
Key (black)0.4%
Color previews
#c4f3fe text on a black background
contrast 17.60:1
Card sample
#c4f3fe text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4f3fe;
Background color
Panel with #c4f3fe background
background-color: #c4f3fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4f3fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 243, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 243, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4f3fe; background: linear-gradient(135deg, #c4f3fe, #C4CCFE);