#09affc
a balanced, electric cyan · cool · closest name: steelblue
RGB
9, 175, 252
HSL
199°, 98%, 51%
CMYK
96, 31, 0, 1
Luminance
0.3775
Every format
| HEX | #09affc |
| RGB | rgb(9, 175, 252) |
| HSL | hsl(199, 98%, 51%) |
| CMYK | cmyk(96%, 31%, 0%, 1%) |
| LAB | lab(67.8 -9.9 -48.3) |
| LCH | lch(67.8 49.3 258.4) |
| OKLCH | oklch(0.717 0.160 239.0) |
Copy-ready code
/* CSS */
color: #09affc;
background-color: #09affc;
/* Tailwind (arbitrary) */
class="text-[#09affc] bg-[#09affc]"
/* SCSS */
$brand: #09affc;
/* SwiftUI */
Color(red: 0.035, green: 0.686, blue: 0.988)
/* Android */
Color.parseColor("#09affc")Accessibility — WCAG contrast
Aa
#09affc on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#09affc on black: 8.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green68.6%
Blue98.8%
CMYK percentages
Cyan96.4%
Magenta30.6%
Yellow0.0%
Key (black)1.2%
Color previews
#09affc text on a black background
contrast 8.55:1
Card sample
#09affc text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09affc;
Background color
Panel with #09affc background
background-color: #09affc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09affc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 175, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 175, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09affc; background: linear-gradient(135deg, #09affc, #090DFC);