#2c9eee
a balanced, electric blue · cool · closest name: steelblue
RGB
44, 158, 238
HSL
205°, 85%, 55%
CMYK
82, 34, 0, 7
Luminance
0.3116
Every format
| HEX | #2c9eee |
| RGB | rgb(44, 158, 238) |
| HSL | hsl(205, 85%, 55%) |
| CMYK | cmyk(82%, 34%, 0%, 7%) |
| LAB | lab(62.6 -3.6 -48.8) |
| LCH | lch(62.6 49.0 265.8) |
| OKLCH | oklch(0.675 0.153 244.9) |
Copy-ready code
/* CSS */
color: #2c9eee;
background-color: #2c9eee;
/* Tailwind (arbitrary) */
class="text-[#2c9eee] bg-[#2c9eee]"
/* SCSS */
$brand: #2c9eee;
/* SwiftUI */
Color(red: 0.173, green: 0.620, blue: 0.933)
/* Android */
Color.parseColor("#2c9eee")Accessibility — WCAG contrast
Aa
#2c9eee on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2c9eee on black: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green62.0%
Blue93.3%
CMYK percentages
Cyan81.5%
Magenta33.6%
Yellow0.0%
Key (black)6.7%
Color previews
#2c9eee text on a black background
contrast 7.23:1
Card sample
#2c9eee text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c9eee;
Background color
Panel with #2c9eee background
background-color: #2c9eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c9eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 158, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 158, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c9eee; background: linear-gradient(135deg, #2c9eee, #3B2CEE);