#0993ac
a dark, electric cyan · cool · closest name: teal
RGB
9, 147, 172
HSL
189°, 90%, 36%
CMYK
95, 15, 0, 33
Luminance
0.2390
Every format
| HEX | #0993ac |
| RGB | rgb(9, 147, 172) |
| HSL | hsl(189, 90%, 36%) |
| CMYK | cmyk(95%, 15%, 0%, 33%) |
| LAB | lab(56.0 -23.2 -22.3) |
| LCH | lch(56.0 32.2 223.8) |
| OKLCH | oklch(0.611 0.107 215.6) |
Copy-ready code
/* CSS */
color: #0993ac;
background-color: #0993ac;
/* Tailwind (arbitrary) */
class="text-[#0993ac] bg-[#0993ac]"
/* SCSS */
$brand: #0993ac;
/* SwiftUI */
Color(red: 0.035, green: 0.576, blue: 0.675)
/* Android */
Color.parseColor("#0993ac")Accessibility — WCAG contrast
Aa
#0993ac on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0993ac on black: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green57.6%
Blue67.5%
CMYK percentages
Cyan94.8%
Magenta14.5%
Yellow0.0%
Key (black)32.5%
Color previews
#0993ac text on a black background
contrast 5.78:1
Card sample
#0993ac text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0993ac;
Background color
Panel with #0993ac background
background-color: #0993ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0993ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 147, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 147, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0993ac; background: linear-gradient(135deg, #0993ac, #0926AC);