#c6ebfe
a pale, electric blue · cool · closest name: lavender
RGB
198, 235, 254
HSL
200°, 97%, 89%
CMYK
22, 8, 0, 0
Luminance
0.7858
Every format
| HEX | #c6ebfe |
| RGB | rgb(198, 235, 254) |
| HSL | hsl(200, 97%, 89%) |
| CMYK | cmyk(22%, 8%, 0%, 0%) |
| LAB | lab(91.0 -8.0 -13.2) |
| LCH | lch(91.0 15.4 238.8) |
| OKLCH | oklch(0.920 0.046 230.2) |
Copy-ready code
/* CSS */
color: #c6ebfe;
background-color: #c6ebfe;
/* Tailwind (arbitrary) */
class="text-[#c6ebfe] bg-[#c6ebfe]"
/* SCSS */
$brand: #c6ebfe;
/* SwiftUI */
Color(red: 0.776, green: 0.922, blue: 0.996)
/* Android */
Color.parseColor("#c6ebfe")Accessibility — WCAG contrast
Aa
#c6ebfe on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6ebfe on black: 16.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green92.2%
Blue99.6%
CMYK percentages
Cyan22.0%
Magenta7.5%
Yellow0.0%
Key (black)0.4%
Color previews
#c6ebfe text on a black background
contrast 16.72:1
Card sample
#c6ebfe text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6ebfe;
Background color
Panel with #c6ebfe background
background-color: #c6ebfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6ebfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 235, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 235, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6ebfe; background: linear-gradient(135deg, #c6ebfe, #C6C6FE);