#0698ac
a dark, electric cyan · cool · closest name: teal
RGB
6, 152, 172
HSL
187°, 93%, 35%
CMYK
97, 12, 0, 33
Luminance
0.2547
Every format
| HEX | #0698ac |
| RGB | rgb(6, 152, 172) |
| HSL | hsl(187, 93%, 35%) |
| CMYK | cmyk(97%, 12%, 0%, 33%) |
| LAB | lab(57.5 -25.9 -19.9) |
| LCH | lch(57.5 32.7 217.5) |
| OKLCH | oklch(0.624 0.107 211.2) |
Copy-ready code
/* CSS */
color: #0698ac;
background-color: #0698ac;
/* Tailwind (arbitrary) */
class="text-[#0698ac] bg-[#0698ac]"
/* SCSS */
$brand: #0698ac;
/* SwiftUI */
Color(red: 0.024, green: 0.596, blue: 0.675)
/* Android */
Color.parseColor("#0698ac")Accessibility — WCAG contrast
Aa
#0698ac on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0698ac on black: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green59.6%
Blue67.5%
CMYK percentages
Cyan96.5%
Magenta11.6%
Yellow0.0%
Key (black)32.5%
Color previews
#0698ac text on a black background
contrast 6.09:1
Card sample
#0698ac text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0698ac;
Background color
Panel with #0698ac background
background-color: #0698ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0698ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 152, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 152, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0698ac; background: linear-gradient(135deg, #0698ac, #0629AC);