#09bcdf
a balanced, electric cyan · cool · closest name: skyblue
RGB
9, 188, 223
HSL
190°, 92%, 46%
CMYK
96, 16, 0, 13
Luminance
0.4135
Every format
| HEX | #09bcdf |
| RGB | rgb(9, 188, 223) |
| HSL | hsl(190, 92%, 46%) |
| CMYK | cmyk(96%, 16%, 0%, 13%) |
| LAB | lab(70.4 -26.8 -28.5) |
| LCH | lch(70.4 39.1 226.8) |
| OKLCH | oklch(0.734 0.131 217.7) |
Copy-ready code
/* CSS */
color: #09bcdf;
background-color: #09bcdf;
/* Tailwind (arbitrary) */
class="text-[#09bcdf] bg-[#09bcdf]"
/* SCSS */
$brand: #09bcdf;
/* SwiftUI */
Color(red: 0.035, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#09bcdf")Accessibility — WCAG contrast
Aa
#09bcdf on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#09bcdf on black: 9.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green73.7%
Blue87.5%
CMYK percentages
Cyan96.0%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#09bcdf text on a black background
contrast 9.27:1
Card sample
#09bcdf text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09bcdf;
Background color
Panel with #09bcdf background
background-color: #09bcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09bcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09bcdf; background: linear-gradient(135deg, #09bcdf, #092DDF);