#06cdfc
a balanced, electric cyan · cool · closest name: skyblue
RGB
6, 205, 252
HSL
192°, 98%, 51%
CMYK
98, 19, 0, 1
Luminance
0.5073
Every format
| HEX | #06cdfc |
| RGB | rgb(6, 205, 252) |
| HSL | hsl(192, 98%, 51%) |
| CMYK | cmyk(98%, 19%, 0%, 1%) |
| LAB | lab(76.5 -25.7 -34.8) |
| LCH | lch(76.5 43.3 233.5) |
| OKLCH | oklch(0.787 0.145 222.3) |
Copy-ready code
/* CSS */
color: #06cdfc;
background-color: #06cdfc;
/* Tailwind (arbitrary) */
class="text-[#06cdfc] bg-[#06cdfc]"
/* SCSS */
$brand: #06cdfc;
/* SwiftUI */
Color(red: 0.024, green: 0.804, blue: 0.988)
/* Android */
Color.parseColor("#06cdfc")Accessibility — WCAG contrast
Aa
#06cdfc on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#06cdfc on black: 11.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green80.4%
Blue98.8%
CMYK percentages
Cyan97.6%
Magenta18.7%
Yellow0.0%
Key (black)1.2%
Color previews
#06cdfc text on a black background
contrast 11.15:1
Card sample
#06cdfc text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #06cdfc;
Background color
Panel with #06cdfc background
background-color: #06cdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #06cdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 205, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 205, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #06cdfc; background: linear-gradient(135deg, #06cdfc, #0629FC);