#09bacf
a dark, electric cyan · cool · closest name: skyblue
RGB
9, 186, 207
HSL
186°, 92%, 42%
CMYK
96, 10, 0, 19
Luminance
0.3968
Every format
| HEX | #09bacf |
| RGB | rgb(9, 186, 207) |
| HSL | hsl(186, 92%, 42%) |
| CMYK | cmyk(96%, 10%, 0%, 19%) |
| LAB | lab(69.2 -31.1 -21.6) |
| LCH | lch(69.2 37.8 214.8) |
| OKLCH | oklch(0.723 0.124 209.1) |
Copy-ready code
/* CSS */
color: #09bacf;
background-color: #09bacf;
/* Tailwind (arbitrary) */
class="text-[#09bacf] bg-[#09bacf]"
/* SCSS */
$brand: #09bacf;
/* SwiftUI */
Color(red: 0.035, green: 0.729, blue: 0.812)
/* Android */
Color.parseColor("#09bacf")Accessibility — WCAG contrast
Aa
#09bacf on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#09bacf on black: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green72.9%
Blue81.2%
CMYK percentages
Cyan95.7%
Magenta10.1%
Yellow0.0%
Key (black)18.8%
Color previews
#09bacf text on a black background
contrast 8.94:1
Card sample
#09bacf text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09bacf;
Background color
Panel with #09bacf background
background-color: #09bacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09bacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 186, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 186, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09bacf; background: linear-gradient(135deg, #09bacf, #0936CF);