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