#33afeb
a balanced, electric cyan · cool · closest name: steelblue
RGB
51, 175, 235
HSL
200°, 82%, 56%
CMYK
78, 26, 0, 8
Luminance
0.3736
Every format
| HEX | #33afeb |
| RGB | rgb(51, 175, 235) |
| HSL | hsl(200, 82%, 56%) |
| CMYK | cmyk(78%, 26%, 0%, 8%) |
| LAB | lab(67.5 -13.4 -39.5) |
| LCH | lch(67.5 41.7 251.2) |
| OKLCH | oklch(0.714 0.136 235.0) |
Copy-ready code
/* CSS */
color: #33afeb;
background-color: #33afeb;
/* Tailwind (arbitrary) */
class="text-[#33afeb] bg-[#33afeb]"
/* SCSS */
$brand: #33afeb;
/* SwiftUI */
Color(red: 0.200, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#33afeb")Accessibility — WCAG contrast
Aa
#33afeb on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#33afeb on black: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green68.6%
Blue92.2%
CMYK percentages
Cyan78.3%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#33afeb text on a black background
contrast 8.47:1
Card sample
#33afeb text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33afeb;
Background color
Panel with #33afeb background
background-color: #33afeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33afeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33afeb; background: linear-gradient(135deg, #33afeb, #3334EB);