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