#6cecfd
a light, electric cyan · cool · closest name: skyblue
RGB
108, 236, 253
HSL
187°, 97%, 71%
CMYK
57, 7, 0, 1
Luminance
0.7027
Every format
| HEX | #6cecfd |
| RGB | rgb(108, 236, 253) |
| HSL | hsl(187, 97%, 71%) |
| CMYK | cmyk(57%, 7%, 0%, 1%) |
| LAB | lab(87.1 -30.6 -18.9) |
| LCH | lch(87.1 36.0 211.7) |
| OKLCH | oklch(0.877 0.115 207.1) |
Copy-ready code
/* CSS */
color: #6cecfd;
background-color: #6cecfd;
/* Tailwind (arbitrary) */
class="text-[#6cecfd] bg-[#6cecfd]"
/* SCSS */
$brand: #6cecfd;
/* SwiftUI */
Color(red: 0.424, green: 0.925, blue: 0.992)
/* Android */
Color.parseColor("#6cecfd")Accessibility — WCAG contrast
Aa
#6cecfd on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cecfd on black: 15.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green92.5%
Blue99.2%
CMYK percentages
Cyan57.3%
Magenta6.7%
Yellow0.0%
Key (black)0.8%
Color previews
#6cecfd text on a black background
contrast 15.05:1
Card sample
#6cecfd text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cecfd;
Background color
Panel with #6cecfd background
background-color: #6cecfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cecfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 236, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 236, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cecfd; background: linear-gradient(135deg, #6cecfd, #6C8BFD);