#6cecff
a light, electric cyan · cool · closest name: skyblue
RGB
108, 236, 255
HSL
188°, 100%, 71%
CMYK
58, 8, 0, 0
Luminance
0.7040
Every format
| HEX | #6cecff |
| RGB | rgb(108, 236, 255) |
| HSL | hsl(188, 100%, 71%) |
| CMYK | cmyk(58%, 8%, 0%, 0%) |
| LAB | lab(87.2 -30.1 -19.9) |
| LCH | lch(87.2 36.1 213.4) |
| OKLCH | oklch(0.878 0.116 208.5) |
Copy-ready code
/* CSS */
color: #6cecff;
background-color: #6cecff;
/* Tailwind (arbitrary) */
class="text-[#6cecff] bg-[#6cecff]"
/* SCSS */
$brand: #6cecff;
/* SwiftUI */
Color(red: 0.424, green: 0.925, blue: 1.000)
/* Android */
Color.parseColor("#6cecff")Accessibility — WCAG contrast
Aa
#6cecff on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cecff on black: 15.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green92.5%
Blue100.0%
CMYK percentages
Cyan57.6%
Magenta7.5%
Yellow0.0%
Key (black)0.0%
Color previews
#6cecff text on a black background
contrast 15.08:1
Card sample
#6cecff text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cecff;
Background color
Panel with #6cecff background
background-color: #6cecff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cecff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 236, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 236, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cecff; background: linear-gradient(135deg, #6cecff, #6C8AFF);