#33affc
a balanced, electric blue · cool · closest name: steelblue
RGB
51, 175, 252
HSL
203°, 97%, 59%
CMYK
80, 31, 0, 1
Luminance
0.3839
Every format
| HEX | #33affc |
| RGB | rgb(51, 175, 252) |
| HSL | hsl(203, 97%, 59%) |
| CMYK | cmyk(80%, 31%, 0%, 1%) |
| LAB | lab(68.3 -7.5 -47.5) |
| LCH | lch(68.3 48.1 261.0) |
| OKLCH | oklch(0.723 0.153 241.7) |
Copy-ready code
/* CSS */
color: #33affc;
background-color: #33affc;
/* Tailwind (arbitrary) */
class="text-[#33affc] bg-[#33affc]"
/* SCSS */
$brand: #33affc;
/* SwiftUI */
Color(red: 0.200, green: 0.686, blue: 0.988)
/* Android */
Color.parseColor("#33affc")Accessibility — WCAG contrast
Aa
#33affc on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#33affc on black: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green68.6%
Blue98.8%
CMYK percentages
Cyan79.8%
Magenta30.6%
Yellow0.0%
Key (black)1.2%
Color previews
#33affc text on a black background
contrast 8.68:1
Card sample
#33affc text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33affc;
Background color
Panel with #33affc background
background-color: #33affc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33affc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 175, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 175, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33affc; background: linear-gradient(135deg, #33affc, #3D33FC);