#09acaf
a dark, electric cyan · cool · closest name: teal
RGB
9, 172, 175
HSL
181°, 90%, 36%
CMYK
95, 2, 0, 31
Luminance
0.3266
Every format
| HEX | #09acaf |
| RGB | rgb(9, 172, 175) |
| HSL | hsl(181, 90%, 36%) |
| CMYK | cmyk(95%, 2%, 0%, 31%) |
| LAB | lab(63.9 -34.6 -12.0) |
| LCH | lch(63.9 36.6 199.1) |
| OKLCH | oklch(0.676 0.114 197.0) |
Copy-ready code
/* CSS */
color: #09acaf;
background-color: #09acaf;
/* Tailwind (arbitrary) */
class="text-[#09acaf] bg-[#09acaf]"
/* SCSS */
$brand: #09acaf;
/* SwiftUI */
Color(red: 0.035, green: 0.675, blue: 0.686)
/* Android */
Color.parseColor("#09acaf")Accessibility — WCAG contrast
Aa
#09acaf on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#09acaf on black: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green67.5%
Blue68.6%
CMYK percentages
Cyan94.9%
Magenta1.7%
Yellow0.0%
Key (black)31.4%
Color previews
#09acaf text on a black background
contrast 7.53:1
Card sample
#09acaf text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09acaf;
Background color
Panel with #09acaf background
background-color: #09acaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09acaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 172, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 172, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09acaf; background: linear-gradient(135deg, #09acaf, #093DAF);