#09afbb
a dark, electric cyan · cool · closest name: teal
RGB
9, 175, 187
HSL
184°, 91%, 38%
CMYK
95, 6, 0, 27
Luminance
0.3431
Every format
| HEX | #09afbb |
| RGB | rgb(9, 175, 187) |
| HSL | hsl(184, 91%, 38%) |
| CMYK | cmyk(95%, 6%, 0%, 27%) |
| LAB | lab(65.2 -32.2 -16.7) |
| LCH | lch(65.2 36.3 207.4) |
| OKLCH | oklch(0.688 0.116 203.6) |
Copy-ready code
/* CSS */
color: #09afbb;
background-color: #09afbb;
/* Tailwind (arbitrary) */
class="text-[#09afbb] bg-[#09afbb]"
/* SCSS */
$brand: #09afbb;
/* SwiftUI */
Color(red: 0.035, green: 0.686, blue: 0.733)
/* Android */
Color.parseColor("#09afbb")Accessibility — WCAG contrast
Aa
#09afbb on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#09afbb on black: 7.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green68.6%
Blue73.3%
CMYK percentages
Cyan95.2%
Magenta6.4%
Yellow0.0%
Key (black)26.7%
Color previews
#09afbb text on a black background
contrast 7.86:1
Card sample
#09afbb text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09afbb;
Background color
Panel with #09afbb background
background-color: #09afbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09afbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 175, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 175, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09afbb; background: linear-gradient(135deg, #09afbb, #0938BB);