#6acdfb
a light, electric cyan · cool · closest name: skyblue
RGB
106, 205, 251
HSL
199°, 95%, 70%
CMYK
58, 18, 0, 2
Luminance
0.5369
Every format
| HEX | #6acdfb |
| RGB | rgb(106, 205, 251) |
| HSL | hsl(199, 95%, 70%) |
| CMYK | cmyk(58%, 18%, 0%, 2%) |
| LAB | lab(78.3 -16.2 -31.4) |
| LCH | lch(78.3 35.3 242.7) |
| OKLCH | oklch(0.806 0.113 230.5) |
Copy-ready code
/* CSS */
color: #6acdfb;
background-color: #6acdfb;
/* Tailwind (arbitrary) */
class="text-[#6acdfb] bg-[#6acdfb]"
/* SCSS */
$brand: #6acdfb;
/* SwiftUI */
Color(red: 0.416, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#6acdfb")Accessibility — WCAG contrast
Aa
#6acdfb on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6acdfb on black: 11.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green80.4%
Blue98.4%
CMYK percentages
Cyan57.8%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#6acdfb text on a black background
contrast 11.74:1
Card sample
#6acdfb text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6acdfb;
Background color
Panel with #6acdfb background
background-color: #6acdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6acdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6acdfb; background: linear-gradient(135deg, #6acdfb, #6A6CFB);