#c5f3f7
a pale, electric cyan · cool · closest name: white
RGB
197, 243, 247
HSL
185°, 76%, 87%
CMYK
20, 2, 0, 3
Luminance
0.8269
Every format
| HEX | #c5f3f7 |
| RGB | rgb(197, 243, 247) |
| HSL | hsl(185, 76%, 87%) |
| CMYK | cmyk(20%, 2%, 0%, 3%) |
| LAB | lab(92.9 -13.8 -6.8) |
| LCH | lch(92.9 15.4 206.2) |
| OKLCH | oklch(0.933 0.047 202.9) |
Copy-ready code
/* CSS */
color: #c5f3f7;
background-color: #c5f3f7;
/* Tailwind (arbitrary) */
class="text-[#c5f3f7] bg-[#c5f3f7]"
/* SCSS */
$brand: #c5f3f7;
/* SwiftUI */
Color(red: 0.773, green: 0.953, blue: 0.969)
/* Android */
Color.parseColor("#c5f3f7")Accessibility — WCAG contrast
Aa
#c5f3f7 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5f3f7 on black: 17.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green95.3%
Blue96.9%
CMYK percentages
Cyan20.2%
Magenta1.6%
Yellow0.0%
Key (black)3.1%
Color previews
#c5f3f7 text on a black background
contrast 17.54:1
Card sample
#c5f3f7 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5f3f7;
Background color
Panel with #c5f3f7 background
background-color: #c5f3f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5f3f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 243, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 243, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5f3f7; background: linear-gradient(135deg, #c5f3f7, #C5D2F7);