#0691af
a dark, electric cyan · cool · closest name: steelblue
RGB
6, 145, 175
HSL
191°, 93%, 36%
CMYK
97, 17, 0, 31
Luminance
0.2338
Every format
| HEX | #0691af |
| RGB | rgb(6, 145, 175) |
| HSL | hsl(191, 93%, 36%) |
| CMYK | cmyk(97%, 17%, 0%, 31%) |
| LAB | lab(55.5 -21.3 -24.8) |
| LCH | lch(55.5 32.6 229.4) |
| OKLCH | oklch(0.607 0.109 219.5) |
Copy-ready code
/* CSS */
color: #0691af;
background-color: #0691af;
/* Tailwind (arbitrary) */
class="text-[#0691af] bg-[#0691af]"
/* SCSS */
$brand: #0691af;
/* SwiftUI */
Color(red: 0.024, green: 0.569, blue: 0.686)
/* Android */
Color.parseColor("#0691af")Accessibility — WCAG contrast
Aa
#0691af on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0691af on black: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green56.9%
Blue68.6%
CMYK percentages
Cyan96.6%
Magenta17.1%
Yellow0.0%
Key (black)31.4%
Color previews
#0691af text on a black background
contrast 5.68:1
Card sample
#0691af text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0691af;
Background color
Panel with #0691af background
background-color: #0691af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0691af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 145, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 145, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0691af; background: linear-gradient(135deg, #0691af, #0620AF);