#06cbfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
6, 203, 253
HSL
192°, 98%, 51%
CMYK
98, 20, 0, 1
Luminance
0.4984
Every format
| HEX | #06cbfd |
| RGB | rgb(6, 203, 253) |
| HSL | hsl(192, 98%, 51%) |
| CMYK | cmyk(98%, 20%, 0%, 1%) |
| LAB | lab(76.0 -24.4 -36.1) |
| LCH | lch(76.0 43.6 236.0) |
| OKLCH | oklch(0.783 0.146 224.0) |
Copy-ready code
/* CSS */
color: #06cbfd;
background-color: #06cbfd;
/* Tailwind (arbitrary) */
class="text-[#06cbfd] bg-[#06cbfd]"
/* SCSS */
$brand: #06cbfd;
/* SwiftUI */
Color(red: 0.024, green: 0.796, blue: 0.992)
/* Android */
Color.parseColor("#06cbfd")Accessibility — WCAG contrast
Aa
#06cbfd on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#06cbfd on black: 10.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green79.6%
Blue99.2%
CMYK percentages
Cyan97.6%
Magenta19.8%
Yellow0.0%
Key (black)0.8%
Color previews
#06cbfd text on a black background
contrast 10.97:1
Card sample
#06cbfd text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #06cbfd;
Background color
Panel with #06cbfd background
background-color: #06cbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #06cbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 203, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 203, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #06cbfd; background: linear-gradient(135deg, #06cbfd, #0627FD);