#c5ebfe
a pale, electric blue · cool · closest name: lavender
RGB
197, 235, 254
HSL
200°, 97%, 88%
CMYK
22, 8, 0, 0
Luminance
0.7844
Every format
| HEX | #c5ebfe |
| RGB | rgb(197, 235, 254) |
| HSL | hsl(200, 97%, 88%) |
| CMYK | cmyk(22%, 8%, 0%, 0%) |
| LAB | lab(91.0 -8.3 -13.3) |
| LCH | lch(91.0 15.6 238.1) |
| OKLCH | oklch(0.919 0.047 229.5) |
Copy-ready code
/* CSS */
color: #c5ebfe;
background-color: #c5ebfe;
/* Tailwind (arbitrary) */
class="text-[#c5ebfe] bg-[#c5ebfe]"
/* SCSS */
$brand: #c5ebfe;
/* SwiftUI */
Color(red: 0.773, green: 0.922, blue: 0.996)
/* Android */
Color.parseColor("#c5ebfe")Accessibility — WCAG contrast
Aa
#c5ebfe on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5ebfe on black: 16.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green92.2%
Blue99.6%
CMYK percentages
Cyan22.4%
Magenta7.5%
Yellow0.0%
Key (black)0.4%
Color previews
#c5ebfe text on a black background
contrast 16.69:1
Card sample
#c5ebfe text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5ebfe;
Background color
Panel with #c5ebfe background
background-color: #c5ebfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5ebfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 235, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 235, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5ebfe; background: linear-gradient(135deg, #c5ebfe, #C5C5FE);