#c5ebfa
a pale, electric cyan · cool · closest name: lavender
RGB
197, 235, 250
HSL
197°, 84%, 88%
CMYK
21, 6, 0, 2
Luminance
0.7819
Every format
| HEX | #c5ebfa |
| RGB | rgb(197, 235, 250) |
| HSL | hsl(197, 84%, 88%) |
| CMYK | cmyk(21%, 6%, 0%, 2%) |
| LAB | lab(90.9 -9.1 -11.3) |
| LCH | lch(90.9 14.5 231.2) |
| OKLCH | oklch(0.918 0.044 223.7) |
Copy-ready code
/* CSS */
color: #c5ebfa;
background-color: #c5ebfa;
/* Tailwind (arbitrary) */
class="text-[#c5ebfa] bg-[#c5ebfa]"
/* SCSS */
$brand: #c5ebfa;
/* SwiftUI */
Color(red: 0.773, green: 0.922, blue: 0.980)
/* Android */
Color.parseColor("#c5ebfa")Accessibility — WCAG contrast
Aa
#c5ebfa on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5ebfa on black: 16.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green92.2%
Blue98.0%
CMYK percentages
Cyan21.2%
Magenta6.0%
Yellow0.0%
Key (black)2.0%
Color previews
#c5ebfa text on a black background
contrast 16.64:1
Card sample
#c5ebfa text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5ebfa;
Background color
Panel with #c5ebfa background
background-color: #c5ebfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5ebfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 235, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 235, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5ebfa; background: linear-gradient(135deg, #c5ebfa, #C5C7FA);