#09afb1
a dark, electric cyan · cool · closest name: teal
RGB
9, 175, 177
HSL
181°, 90%, 37%
CMYK
95, 1, 0, 31
Luminance
0.3389
Every format
| HEX | #09afb1 |
| RGB | rgb(9, 175, 177) |
| HSL | hsl(181, 90%, 37%) |
| CMYK | cmyk(95%, 1%, 0%, 31%) |
| LAB | lab(64.9 -35.3 -11.6) |
| LCH | lch(64.9 37.2 198.2) |
| OKLCH | oklch(0.684 0.115 196.3) |
Copy-ready code
/* CSS */
color: #09afb1;
background-color: #09afb1;
/* Tailwind (arbitrary) */
class="text-[#09afb1] bg-[#09afb1]"
/* SCSS */
$brand: #09afb1;
/* SwiftUI */
Color(red: 0.035, green: 0.686, blue: 0.694)
/* Android */
Color.parseColor("#09afb1")Accessibility — WCAG contrast
Aa
#09afb1 on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#09afb1 on black: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green68.6%
Blue69.4%
CMYK percentages
Cyan94.9%
Magenta1.1%
Yellow0.0%
Key (black)30.6%
Color previews
#09afb1 text on a black background
contrast 7.78:1
Card sample
#09afb1 text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09afb1;
Background color
Panel with #09afb1 background
background-color: #09afb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09afb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 175, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 175, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09afb1; background: linear-gradient(135deg, #09afb1, #093FB1);