#09adcd
a dark, electric cyan · cool · closest name: skyblue
RGB
9, 173, 205
HSL
190°, 92%, 42%
CMYK
96, 16, 0, 20
Luminance
0.3435
Every format
| HEX | #09adcd |
| RGB | rgb(9, 173, 205) |
| HSL | hsl(190, 92%, 42%) |
| CMYK | cmyk(96%, 16%, 0%, 20%) |
| LAB | lab(65.2 -25.3 -26.6) |
| LCH | lch(65.2 36.7 226.4) |
| OKLCH | oklch(0.690 0.122 217.5) |
Copy-ready code
/* CSS */
color: #09adcd;
background-color: #09adcd;
/* Tailwind (arbitrary) */
class="text-[#09adcd] bg-[#09adcd]"
/* SCSS */
$brand: #09adcd;
/* SwiftUI */
Color(red: 0.035, green: 0.678, blue: 0.804)
/* Android */
Color.parseColor("#09adcd")Accessibility — WCAG contrast
Aa
#09adcd on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#09adcd on black: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green67.8%
Blue80.4%
CMYK percentages
Cyan95.6%
Magenta15.6%
Yellow0.0%
Key (black)19.6%
Color previews
#09adcd text on a black background
contrast 7.87:1
Card sample
#09adcd text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09adcd;
Background color
Panel with #09adcd background
background-color: #09adcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09adcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 173, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 173, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09adcd; background: linear-gradient(135deg, #09adcd, #092ACD);