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