#c5fafc
a pale, electric cyan · cool · closest name: white
RGB
197, 250, 252
HSL
182°, 90%, 88%
CMYK
22, 1, 0, 1
Luminance
0.8727
Every format
| HEX | #c5fafc |
| RGB | rgb(197, 250, 252) |
| HSL | hsl(182, 90%, 88%) |
| CMYK | cmyk(22%, 1%, 0%, 1%) |
| LAB | lab(94.8 -16.2 -6.5) |
| LCH | lch(94.8 17.5 201.7) |
| OKLCH | oklch(0.950 0.054 199.2) |
Copy-ready code
/* CSS */
color: #c5fafc;
background-color: #c5fafc;
/* Tailwind (arbitrary) */
class="text-[#c5fafc] bg-[#c5fafc]"
/* SCSS */
$brand: #c5fafc;
/* SwiftUI */
Color(red: 0.773, green: 0.980, blue: 0.988)
/* Android */
Color.parseColor("#c5fafc")Accessibility — WCAG contrast
Aa
#c5fafc on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5fafc on black: 18.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green98.0%
Blue98.8%
CMYK percentages
Cyan21.8%
Magenta0.8%
Yellow0.0%
Key (black)1.2%
Color previews
#c5fafc text on a black background
contrast 18.45:1
Card sample
#c5fafc text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5fafc;
Background color
Panel with #c5fafc background
background-color: #c5fafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5fafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 250, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 250, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5fafc; background: linear-gradient(135deg, #c5fafc, #C5D5FC);