#c5ebff
a pale, electric blue · cool · closest name: lavender
RGB
197, 235, 255
HSL
201°, 100%, 89%
CMYK
23, 8, 0, 0
Luminance
0.7851
Every format
| HEX | #c5ebff |
| RGB | rgb(197, 235, 255) |
| HSL | hsl(201, 100%, 89%) |
| CMYK | cmyk(23%, 8%, 0%, 0%) |
| LAB | lab(91.0 -8.1 -13.7) |
| LCH | lch(91.0 15.9 239.6) |
| OKLCH | oklch(0.919 0.048 230.9) |
Copy-ready code
/* CSS */
color: #c5ebff;
background-color: #c5ebff;
/* Tailwind (arbitrary) */
class="text-[#c5ebff] bg-[#c5ebff]"
/* SCSS */
$brand: #c5ebff;
/* SwiftUI */
Color(red: 0.773, green: 0.922, blue: 1.000)
/* Android */
Color.parseColor("#c5ebff")Accessibility — WCAG contrast
Aa
#c5ebff on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5ebff on black: 16.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green92.2%
Blue100.0%
CMYK percentages
Cyan22.7%
Magenta7.8%
Yellow0.0%
Key (black)0.0%
Color previews
#c5ebff text on a black background
contrast 16.70:1
Card sample
#c5ebff text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5ebff;
Background color
Panel with #c5ebff background
background-color: #c5ebff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5ebff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 235, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 235, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5ebff; background: linear-gradient(135deg, #c5ebff, #C6C5FF);