#6acefe
a light, electric cyan · cool · closest name: skyblue
RGB
106, 206, 254
HSL
200°, 99%, 71%
CMYK
58, 19, 0, 0
Luminance
0.5436
Every format
| HEX | #6acefe |
| RGB | rgb(106, 206, 254) |
| HSL | hsl(200, 99%, 71%) |
| CMYK | cmyk(58%, 19%, 0%, 0%) |
| LAB | lab(78.7 -15.8 -32.4) |
| LCH | lch(78.7 36.0 244.0) |
| OKLCH | oklch(0.809 0.116 231.4) |
Copy-ready code
/* CSS */
color: #6acefe;
background-color: #6acefe;
/* Tailwind (arbitrary) */
class="text-[#6acefe] bg-[#6acefe]"
/* SCSS */
$brand: #6acefe;
/* SwiftUI */
Color(red: 0.416, green: 0.808, blue: 0.996)
/* Android */
Color.parseColor("#6acefe")Accessibility — WCAG contrast
Aa
#6acefe on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6acefe on black: 11.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green80.8%
Blue99.6%
CMYK percentages
Cyan58.3%
Magenta18.9%
Yellow0.0%
Key (black)0.4%
Color previews
#6acefe text on a black background
contrast 11.87:1
Card sample
#6acefe text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6acefe;
Background color
Panel with #6acefe background
background-color: #6acefe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6acefe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 206, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 206, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6acefe; background: linear-gradient(135deg, #6acefe, #6A6BFE);