#09baad
a dark, electric cyan · cool · closest name: turquoise
RGB
9, 186, 173
HSL
176°, 91%, 38%
CMYK
95, 0, 7, 27
Luminance
0.3819
Every format
| HEX | #09baad |
| RGB | rgb(9, 186, 173) |
| HSL | hsl(176, 91%, 38%) |
| CMYK | cmyk(95%, 0%, 7%, 27%) |
| LAB | lab(68.2 -41.5 -4.5) |
| LCH | lch(68.2 41.7 186.2) |
| OKLCH | oklch(0.710 0.124 186.0) |
Copy-ready code
/* CSS */
color: #09baad;
background-color: #09baad;
/* Tailwind (arbitrary) */
class="text-[#09baad] bg-[#09baad]"
/* SCSS */
$brand: #09baad;
/* SwiftUI */
Color(red: 0.035, green: 0.729, blue: 0.678)
/* Android */
Color.parseColor("#09baad")Accessibility — WCAG contrast
Aa
#09baad on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#09baad on black: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green72.9%
Blue67.8%
CMYK percentages
Cyan95.2%
Magenta0.0%
Yellow7.0%
Key (black)27.1%
Color previews
#09baad text on a black background
contrast 8.64:1
Card sample
#09baad text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09baad;
Background color
Panel with #09baad background
background-color: #09baad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09baad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 186, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 186, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09baad; background: linear-gradient(135deg, #09baad, #0951BA);