#c3f2f4
a pale, vivid cyan · cool · closest name: white
RGB
195, 242, 244
HSL
182°, 69%, 86%
CMYK
20, 1, 0, 4
Luminance
0.8164
Every format
| HEX | #c3f2f4 |
| RGB | rgb(195, 242, 244) |
| HSL | hsl(182, 69%, 86%) |
| CMYK | cmyk(20%, 1%, 0%, 4%) |
| LAB | lab(92.4 -14.5 -5.9) |
| LCH | lch(92.4 15.7 202.2) |
| OKLCH | oklch(0.929 0.048 199.6) |
Copy-ready code
/* CSS */
color: #c3f2f4;
background-color: #c3f2f4;
/* Tailwind (arbitrary) */
class="text-[#c3f2f4] bg-[#c3f2f4]"
/* SCSS */
$brand: #c3f2f4;
/* SwiftUI */
Color(red: 0.765, green: 0.949, blue: 0.957)
/* Android */
Color.parseColor("#c3f2f4")Accessibility — WCAG contrast
Aa
#c3f2f4 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3f2f4 on black: 17.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green94.9%
Blue95.7%
CMYK percentages
Cyan20.1%
Magenta0.8%
Yellow0.0%
Key (black)4.3%
Color previews
#c3f2f4 text on a black background
contrast 17.33:1
Card sample
#c3f2f4 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3f2f4;
Background color
Panel with #c3f2f4 background
background-color: #c3f2f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3f2f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 242, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 242, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3f2f4; background: linear-gradient(135deg, #c3f2f4, #C3D1F4);