#c6f2ff
a pale, electric cyan · cool · closest name: lavender
RGB
198, 242, 255
HSL
194°, 100%, 89%
CMYK
22, 5, 0, 0
Luminance
0.8273
Every format
| HEX | #c6f2ff |
| RGB | rgb(198, 242, 255) |
| HSL | hsl(194, 100%, 89%) |
| CMYK | cmyk(22%, 5%, 0%, 0%) |
| LAB | lab(92.9 -11.3 -10.9) |
| LCH | lch(92.9 15.7 224.0) |
| OKLCH | oklch(0.934 0.049 217.6) |
Copy-ready code
/* CSS */
color: #c6f2ff;
background-color: #c6f2ff;
/* Tailwind (arbitrary) */
class="text-[#c6f2ff] bg-[#c6f2ff]"
/* SCSS */
$brand: #c6f2ff;
/* SwiftUI */
Color(red: 0.776, green: 0.949, blue: 1.000)
/* Android */
Color.parseColor("#c6f2ff")Accessibility — WCAG contrast
Aa
#c6f2ff on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6f2ff on black: 17.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green94.9%
Blue100.0%
CMYK percentages
Cyan22.4%
Magenta5.1%
Yellow0.0%
Key (black)0.0%
Color previews
#c6f2ff text on a black background
contrast 17.55:1
Card sample
#c6f2ff text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6f2ff;
Background color
Panel with #c6f2ff background
background-color: #c6f2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6f2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 242, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 242, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6f2ff; background: linear-gradient(135deg, #c6f2ff, #C6CCFF);