#0ac6ff
a balanced, electric cyan · cool · closest name: skyblue
RGB
10, 198, 255
HSL
194°, 100%, 52%
CMYK
96, 22, 0, 0
Luminance
0.4767
Every format
| HEX | #0ac6ff |
| RGB | rgb(10, 198, 255) |
| HSL | hsl(194, 100%, 52%) |
| CMYK | cmyk(96%, 22%, 0%, 0%) |
| LAB | lab(74.6 -21.1 -39.3) |
| LCH | lch(74.6 44.6 241.8) |
| OKLCH | oklch(0.772 0.149 227.9) |
Copy-ready code
/* CSS */
color: #0ac6ff;
background-color: #0ac6ff;
/* Tailwind (arbitrary) */
class="text-[#0ac6ff] bg-[#0ac6ff]"
/* SCSS */
$brand: #0ac6ff;
/* SwiftUI */
Color(red: 0.039, green: 0.776, blue: 1.000)
/* Android */
Color.parseColor("#0ac6ff")Accessibility — WCAG contrast
Aa
#0ac6ff on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ac6ff on black: 10.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green77.6%
Blue100.0%
CMYK percentages
Cyan96.1%
Magenta22.4%
Yellow0.0%
Key (black)0.0%
Color previews
#0ac6ff text on a black background
contrast 10.53:1
Card sample
#0ac6ff text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ac6ff;
Background color
Panel with #0ac6ff background
background-color: #0ac6ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ac6ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 198, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 198, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ac6ff; background: linear-gradient(135deg, #0ac6ff, #0A23FF);