#c5f5ff
a pale, electric cyan · cool · closest name: lavender
RGB
197, 245, 255
HSL
190°, 100%, 89%
CMYK
23, 4, 0, 0
Luminance
0.8440
Every format
| HEX | #c5f5ff |
| RGB | rgb(197, 245, 255) |
| HSL | hsl(190, 100%, 89%) |
| CMYK | cmyk(23%, 4%, 0%, 0%) |
| LAB | lab(93.6 -13.1 -9.8) |
| LCH | lch(93.6 16.4 216.9) |
| OKLCH | oklch(0.940 0.051 211.8) |
Copy-ready code
/* CSS */
color: #c5f5ff;
background-color: #c5f5ff;
/* Tailwind (arbitrary) */
class="text-[#c5f5ff] bg-[#c5f5ff]"
/* SCSS */
$brand: #c5f5ff;
/* SwiftUI */
Color(red: 0.773, green: 0.961, blue: 1.000)
/* Android */
Color.parseColor("#c5f5ff")Accessibility — WCAG contrast
Aa
#c5f5ff on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5f5ff on black: 17.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green96.1%
Blue100.0%
CMYK percentages
Cyan22.7%
Magenta3.9%
Yellow0.0%
Key (black)0.0%
Color previews
#c5f5ff text on a black background
contrast 17.88:1
Card sample
#c5f5ff text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5f5ff;
Background color
Panel with #c5f5ff background
background-color: #c5f5ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5f5ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 245, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 245, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5f5ff; background: linear-gradient(135deg, #c5f5ff, #C5CEFF);