#6cdbfe
a light, electric cyan · cool · closest name: skyblue
RGB
108, 219, 254
HSL
194°, 99%, 71%
CMYK
58, 14, 0, 0
Luminance
0.6101
Every format
| HEX | #6cdbfe |
| RGB | rgb(108, 219, 254) |
| HSL | hsl(194, 99%, 71%) |
| CMYK | cmyk(58%, 14%, 0%, 0%) |
| LAB | lab(82.4 -22.1 -26.7) |
| LCH | lch(82.4 34.6 230.4) |
| OKLCH | oklch(0.839 0.112 221.3) |
Copy-ready code
/* CSS */
color: #6cdbfe;
background-color: #6cdbfe;
/* Tailwind (arbitrary) */
class="text-[#6cdbfe] bg-[#6cdbfe]"
/* SCSS */
$brand: #6cdbfe;
/* SwiftUI */
Color(red: 0.424, green: 0.859, blue: 0.996)
/* Android */
Color.parseColor("#6cdbfe")Accessibility — WCAG contrast
Aa
#6cdbfe on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cdbfe on black: 13.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green85.9%
Blue99.6%
CMYK percentages
Cyan57.5%
Magenta13.8%
Yellow0.0%
Key (black)0.4%
Color previews
#6cdbfe text on a black background
contrast 13.20:1
Card sample
#6cdbfe text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cdbfe;
Background color
Panel with #6cdbfe background
background-color: #6cdbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cdbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 219, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 219, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cdbfe; background: linear-gradient(135deg, #6cdbfe, #6C7AFE);