#0daceb
a balanced, electric cyan · cool · closest name: steelblue
RGB
13, 172, 235
HSL
197°, 90%, 49%
CMYK
95, 27, 0, 8
Luminance
0.3559
Every format
| HEX | #0daceb |
| RGB | rgb(13, 172, 235) |
| HSL | hsl(197, 90%, 49%) |
| CMYK | cmyk(95%, 27%, 0%, 8%) |
| LAB | lab(66.2 -14.2 -41.6) |
| LCH | lch(66.2 44.0 251.1) |
| OKLCH | oklch(0.702 0.145 234.2) |
Copy-ready code
/* CSS */
color: #0daceb;
background-color: #0daceb;
/* Tailwind (arbitrary) */
class="text-[#0daceb] bg-[#0daceb]"
/* SCSS */
$brand: #0daceb;
/* SwiftUI */
Color(red: 0.051, green: 0.675, blue: 0.922)
/* Android */
Color.parseColor("#0daceb")Accessibility — WCAG contrast
Aa
#0daceb on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0daceb on black: 8.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green67.5%
Blue92.2%
CMYK percentages
Cyan94.5%
Magenta26.8%
Yellow0.0%
Key (black)7.8%
Color previews
#0daceb text on a black background
contrast 8.12:1
Card sample
#0daceb text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0daceb;
Background color
Panel with #0daceb background
background-color: #0daceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0daceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 172, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 172, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0daceb; background: linear-gradient(135deg, #0daceb, #0D18EB);