#c6ebfc
a pale, electric cyan · cool · closest name: lavender
RGB
198, 235, 252
HSL
199°, 90%, 88%
CMYK
21, 7, 0, 1
Luminance
0.7845
Every format
| HEX | #c6ebfc |
| RGB | rgb(198, 235, 252) |
| HSL | hsl(199, 90%, 88%) |
| CMYK | cmyk(21%, 7%, 0%, 1%) |
| LAB | lab(91.0 -8.4 -12.2) |
| LCH | lch(91.0 14.8 235.4) |
| OKLCH | oklch(0.919 0.045 227.4) |
Copy-ready code
/* CSS */
color: #c6ebfc;
background-color: #c6ebfc;
/* Tailwind (arbitrary) */
class="text-[#c6ebfc] bg-[#c6ebfc]"
/* SCSS */
$brand: #c6ebfc;
/* SwiftUI */
Color(red: 0.776, green: 0.922, blue: 0.988)
/* Android */
Color.parseColor("#c6ebfc")Accessibility — WCAG contrast
Aa
#c6ebfc on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6ebfc on black: 16.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green92.2%
Blue98.8%
CMYK percentages
Cyan21.4%
Magenta6.7%
Yellow0.0%
Key (black)1.2%
Color previews
#c6ebfc text on a black background
contrast 16.69:1
Card sample
#c6ebfc text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6ebfc;
Background color
Panel with #c6ebfc background
background-color: #c6ebfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6ebfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 235, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 235, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6ebfc; background: linear-gradient(135deg, #c6ebfc, #C6C7FC);