#0075aa
a dark, electric cyan · cool · closest name: steelblue
RGB
0, 117, 170
HSL
199°, 100%, 33%
CMYK
100, 31, 0, 33
Luminance
0.1562
Every format
| HEX | #0075aa |
| RGB | rgb(0, 117, 170) |
| HSL | hsl(199, 100%, 33%) |
| CMYK | cmyk(100%, 31%, 0%, 33%) |
| LAB | lab(46.5 -7.7 -35.9) |
| LCH | lch(46.5 36.7 257.9) |
| OKLCH | oklch(0.535 0.120 238.6) |
Copy-ready code
/* CSS */
color: #0075aa;
background-color: #0075aa;
/* Tailwind (arbitrary) */
class="text-[#0075aa] bg-[#0075aa]"
/* SCSS */
$brand: #0075aa;
/* SwiftUI */
Color(red: 0.000, green: 0.459, blue: 0.667)
/* Android */
Color.parseColor("#0075aa")Accessibility — WCAG contrast
Aa
#0075aa on white: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0075aa on black: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green45.9%
Blue66.7%
CMYK percentages
Cyan100.0%
Magenta31.2%
Yellow0.0%
Key (black)33.3%
Color previews
#0075aa text on a black background
contrast 4.12:1
Card sample
#0075aa text on a white background
contrast 5.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0075aa;
Background color
Panel with #0075aa background
background-color: #0075aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0075aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 117, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 117, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0075aa; background: linear-gradient(135deg, #0075aa, #0004AA);