#c5ecfc
a pale, electric cyan · cool · closest name: lavender
RGB
197, 236, 252
HSL
198°, 90%, 88%
CMYK
22, 6, 0, 1
Luminance
0.7889
Every format
| HEX | #c5ecfc |
| RGB | rgb(197, 236, 252) |
| HSL | hsl(198, 90%, 88%) |
| CMYK | cmyk(22%, 6%, 0%, 1%) |
| LAB | lab(91.2 -9.2 -11.9) |
| LCH | lch(91.2 15.0 232.3) |
| OKLCH | oklch(0.920 0.046 224.6) |
Copy-ready code
/* CSS */
color: #c5ecfc;
background-color: #c5ecfc;
/* Tailwind (arbitrary) */
class="text-[#c5ecfc] bg-[#c5ecfc]"
/* SCSS */
$brand: #c5ecfc;
/* SwiftUI */
Color(red: 0.773, green: 0.925, blue: 0.988)
/* Android */
Color.parseColor("#c5ecfc")Accessibility — WCAG contrast
Aa
#c5ecfc on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5ecfc on black: 16.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green92.5%
Blue98.8%
CMYK percentages
Cyan21.8%
Magenta6.3%
Yellow0.0%
Key (black)1.2%
Color previews
#c5ecfc text on a black background
contrast 16.78:1
Card sample
#c5ecfc text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5ecfc;
Background color
Panel with #c5ecfc background
background-color: #c5ecfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5ecfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 236, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 236, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5ecfc; background: linear-gradient(135deg, #c5ecfc, #C5C7FC);