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