#0aacdf
a balanced, electric cyan · cool · closest name: steelblue
RGB
10, 172, 223
HSL
194°, 91%, 46%
CMYK
96, 23, 0, 13
Luminance
0.3490
Every format
| HEX | #0aacdf |
| RGB | rgb(10, 172, 223) |
| HSL | hsl(194, 91%, 46%) |
| CMYK | cmyk(96%, 23%, 0%, 13%) |
| LAB | lab(65.7 -18.6 -35.9) |
| LCH | lch(65.7 40.4 242.6) |
| OKLCH | oklch(0.696 0.135 228.5) |
Copy-ready code
/* CSS */
color: #0aacdf;
background-color: #0aacdf;
/* Tailwind (arbitrary) */
class="text-[#0aacdf] bg-[#0aacdf]"
/* SCSS */
$brand: #0aacdf;
/* SwiftUI */
Color(red: 0.039, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#0aacdf")Accessibility — WCAG contrast
Aa
#0aacdf on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0aacdf on black: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green67.5%
Blue87.5%
CMYK percentages
Cyan95.5%
Magenta22.9%
Yellow0.0%
Key (black)12.5%
Color previews
#0aacdf text on a black background
contrast 7.98:1
Card sample
#0aacdf text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0aacdf;
Background color
Panel with #0aacdf background
background-color: #0aacdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0aacdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0aacdf; background: linear-gradient(135deg, #0aacdf, #0A1EDF);