#06ade6
a balanced, electric cyan · cool · closest name: steelblue
RGB
6, 173, 230
HSL
195°, 95%, 46%
CMYK
97, 25, 0, 10
Luminance
0.3564
Every format
| HEX | #06ade6 |
| RGB | rgb(6, 173, 230) |
| HSL | hsl(195, 95%, 46%) |
| CMYK | cmyk(97%, 25%, 0%, 10%) |
| LAB | lab(66.2 -16.7 -38.8) |
| LCH | lch(66.2 42.3 246.7) |
| OKLCH | oklch(0.702 0.141 231.2) |
Copy-ready code
/* CSS */
color: #06ade6;
background-color: #06ade6;
/* Tailwind (arbitrary) */
class="text-[#06ade6] bg-[#06ade6]"
/* SCSS */
$brand: #06ade6;
/* SwiftUI */
Color(red: 0.024, green: 0.678, blue: 0.902)
/* Android */
Color.parseColor("#06ade6")Accessibility — WCAG contrast
Aa
#06ade6 on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#06ade6 on black: 8.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green67.8%
Blue90.2%
CMYK percentages
Cyan97.4%
Magenta24.8%
Yellow0.0%
Key (black)9.8%
Color previews
#06ade6 text on a black background
contrast 8.13:1
Card sample
#06ade6 text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #06ade6;
Background color
Panel with #06ade6 background
background-color: #06ade6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #06ade6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 173, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 173, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #06ade6; background: linear-gradient(135deg, #06ade6, #0618E6);