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