#09afb6
a dark, electric cyan · cool · closest name: teal
RGB
9, 175, 182
HSL
182°, 91%, 38%
CMYK
95, 4, 0, 29
Luminance
0.3410
Every format
| HEX | #09afb6 |
| RGB | rgb(9, 175, 182) |
| HSL | hsl(182, 91%, 38%) |
| CMYK | cmyk(95%, 4%, 0%, 29%) |
| LAB | lab(65.0 -33.8 -14.1) |
| LCH | lch(65.0 36.6 202.7) |
| OKLCH | oklch(0.686 0.116 199.9) |
Copy-ready code
/* CSS */
color: #09afb6;
background-color: #09afb6;
/* Tailwind (arbitrary) */
class="text-[#09afb6] bg-[#09afb6]"
/* SCSS */
$brand: #09afb6;
/* SwiftUI */
Color(red: 0.035, green: 0.686, blue: 0.714)
/* Android */
Color.parseColor("#09afb6")Accessibility — WCAG contrast
Aa
#09afb6 on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#09afb6 on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green68.6%
Blue71.4%
CMYK percentages
Cyan95.1%
Magenta3.8%
Yellow0.0%
Key (black)28.6%
Color previews
#09afb6 text on a black background
contrast 7.82:1
Card sample
#09afb6 text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09afb6;
Background color
Panel with #09afb6 background
background-color: #09afb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09afb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 175, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 175, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09afb6; background: linear-gradient(135deg, #09afb6, #093CB6);