#06bdfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
6, 189, 253
HSL
196°, 98%, 51%
CMYK
98, 25, 0, 1
Luminance
0.4353
Every format
| HEX | #06bdfd |
| RGB | rgb(6, 189, 253) |
| HSL | hsl(196, 98%, 51%) |
| CMYK | cmyk(98%, 25%, 0%, 1%) |
| LAB | lab(71.9 -17.2 -42.5) |
| LCH | lch(71.9 45.8 248.0) |
| OKLCH | oklch(0.750 0.152 232.0) |
Copy-ready code
/* CSS */
color: #06bdfd;
background-color: #06bdfd;
/* Tailwind (arbitrary) */
class="text-[#06bdfd] bg-[#06bdfd]"
/* SCSS */
$brand: #06bdfd;
/* SwiftUI */
Color(red: 0.024, green: 0.741, blue: 0.992)
/* Android */
Color.parseColor("#06bdfd")Accessibility — WCAG contrast
Aa
#06bdfd on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#06bdfd on black: 9.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green74.1%
Blue99.2%
CMYK percentages
Cyan97.6%
Magenta25.3%
Yellow0.0%
Key (black)0.8%
Color previews
#06bdfd text on a black background
contrast 9.71:1
Card sample
#06bdfd text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #06bdfd;
Background color
Panel with #06bdfd background
background-color: #06bdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #06bdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 189, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 189, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #06bdfd; background: linear-gradient(135deg, #06bdfd, #0619FD);