#6ac5ff
a light, electric blue · cool · closest name: skyblue
RGB
106, 197, 255
HSL
203°, 100%, 71%
CMYK
58, 23, 0, 0
Luminance
0.5022
Every format
| HEX | #6ac5ff |
| RGB | rgb(106, 197, 255) |
| HSL | hsl(203, 100%, 71%) |
| CMYK | cmyk(58%, 23%, 0%, 0%) |
| LAB | lab(76.2 -10.8 -36.7) |
| LCH | lch(76.2 38.3 253.7) |
| OKLCH | oklch(0.790 0.120 238.8) |
Copy-ready code
/* CSS */
color: #6ac5ff;
background-color: #6ac5ff;
/* Tailwind (arbitrary) */
class="text-[#6ac5ff] bg-[#6ac5ff]"
/* SCSS */
$brand: #6ac5ff;
/* SwiftUI */
Color(red: 0.416, green: 0.773, blue: 1.000)
/* Android */
Color.parseColor("#6ac5ff")Accessibility — WCAG contrast
Aa
#6ac5ff on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ac5ff on black: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green77.3%
Blue100.0%
CMYK percentages
Cyan58.4%
Magenta22.7%
Yellow0.0%
Key (black)0.0%
Color previews
#6ac5ff text on a black background
contrast 11.04:1
Card sample
#6ac5ff text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ac5ff;
Background color
Panel with #6ac5ff background
background-color: #6ac5ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ac5ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 197, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 197, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ac5ff; background: linear-gradient(135deg, #6ac5ff, #736AFF);