#06bdf3
a balanced, electric cyan · cool · closest name: skyblue
RGB
6, 189, 243
HSL
194°, 95%, 49%
CMYK
98, 22, 0, 5
Luminance
0.4290
Every format
| HEX | #06bdf3 |
| RGB | rgb(6, 189, 243) |
| HSL | hsl(194, 95%, 49%) |
| CMYK | cmyk(98%, 22%, 0%, 5%) |
| LAB | lab(71.5 -20.6 -37.7) |
| LCH | lch(71.5 43.0 241.3) |
| OKLCH | oklch(0.745 0.144 227.6) |
Copy-ready code
/* CSS */
color: #06bdf3;
background-color: #06bdf3;
/* Tailwind (arbitrary) */
class="text-[#06bdf3] bg-[#06bdf3]"
/* SCSS */
$brand: #06bdf3;
/* SwiftUI */
Color(red: 0.024, green: 0.741, blue: 0.953)
/* Android */
Color.parseColor("#06bdf3")Accessibility — WCAG contrast
Aa
#06bdf3 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#06bdf3 on black: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green74.1%
Blue95.3%
CMYK percentages
Cyan97.5%
Magenta22.2%
Yellow0.0%
Key (black)4.7%
Color previews
#06bdf3 text on a black background
contrast 9.58:1
Card sample
#06bdf3 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #06bdf3;
Background color
Panel with #06bdf3 background
background-color: #06bdf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #06bdf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 189, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 189, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #06bdf3; background: linear-gradient(135deg, #06bdf3, #061FF3);