#33aeee
a balanced, electric blue · cool · closest name: steelblue
RGB
51, 174, 238
HSL
201°, 85%, 57%
CMYK
79, 27, 0, 7
Luminance
0.3715
Every format
| HEX | #33aeee |
| RGB | rgb(51, 174, 238) |
| HSL | hsl(201, 85%, 57%) |
| CMYK | cmyk(79%, 27%, 0%, 7%) |
| LAB | lab(67.4 -11.8 -41.4) |
| LCH | lch(67.4 43.0 254.0) |
| OKLCH | oklch(0.713 0.140 236.9) |
Copy-ready code
/* CSS */
color: #33aeee;
background-color: #33aeee;
/* Tailwind (arbitrary) */
class="text-[#33aeee] bg-[#33aeee]"
/* SCSS */
$brand: #33aeee;
/* SwiftUI */
Color(red: 0.200, green: 0.682, blue: 0.933)
/* Android */
Color.parseColor("#33aeee")Accessibility — WCAG contrast
Aa
#33aeee on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#33aeee on black: 8.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green68.2%
Blue93.3%
CMYK percentages
Cyan78.6%
Magenta26.9%
Yellow0.0%
Key (black)6.7%
Color previews
#33aeee text on a black background
contrast 8.43:1
Card sample
#33aeee text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33aeee;
Background color
Panel with #33aeee background
background-color: #33aeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33aeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 174, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 174, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33aeee; background: linear-gradient(135deg, #33aeee, #3533EE);