#0079af
a dark, electric cyan · cool · closest name: steelblue
RGB
0, 121, 175
HSL
199°, 100%, 34%
CMYK
100, 31, 0, 31
Luminance
0.1677
Every format
| HEX | #0079af |
| RGB | rgb(0, 121, 175) |
| HSL | hsl(199, 100%, 34%) |
| CMYK | cmyk(100%, 31%, 0%, 31%) |
| LAB | lab(48.0 -8.1 -36.5) |
| LCH | lch(48.0 37.4 257.5) |
| OKLCH | oklch(0.547 0.122 238.3) |
Copy-ready code
/* CSS */
color: #0079af;
background-color: #0079af;
/* Tailwind (arbitrary) */
class="text-[#0079af] bg-[#0079af]"
/* SCSS */
$brand: #0079af;
/* SwiftUI */
Color(red: 0.000, green: 0.475, blue: 0.686)
/* Android */
Color.parseColor("#0079af")Accessibility — WCAG contrast
Aa
#0079af on white: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0079af on black: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green47.5%
Blue68.6%
CMYK percentages
Cyan100.0%
Magenta30.9%
Yellow0.0%
Key (black)31.4%
Color previews
#0079af text on a black background
contrast 4.35:1
Card sample
#0079af text on a white background
contrast 4.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0079af;
Background color
Panel with #0079af background
background-color: #0079af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0079af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 121, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 121, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0079af; background: linear-gradient(135deg, #0079af, #0004AF);