#33bdfb
a balanced, electric cyan · cool · closest name: skyblue
RGB
51, 189, 251
HSL
199°, 96%, 59%
CMYK
80, 25, 0, 2
Luminance
0.4406
Every format
| HEX | #33bdfb |
| RGB | rgb(51, 189, 251) |
| HSL | hsl(199, 96%, 59%) |
| CMYK | cmyk(80%, 25%, 0%, 2%) |
| LAB | lab(72.3 -15.5 -40.8) |
| LCH | lch(72.3 43.6 249.2) |
| OKLCH | oklch(0.754 0.143 233.5) |
Copy-ready code
/* CSS */
color: #33bdfb;
background-color: #33bdfb;
/* Tailwind (arbitrary) */
class="text-[#33bdfb] bg-[#33bdfb]"
/* SCSS */
$brand: #33bdfb;
/* SwiftUI */
Color(red: 0.200, green: 0.741, blue: 0.984)
/* Android */
Color.parseColor("#33bdfb")Accessibility — WCAG contrast
Aa
#33bdfb on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#33bdfb on black: 9.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green74.1%
Blue98.4%
CMYK percentages
Cyan79.7%
Magenta24.7%
Yellow0.0%
Key (black)1.6%
Color previews
#33bdfb text on a black background
contrast 9.81:1
Card sample
#33bdfb text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33bdfb;
Background color
Panel with #33bdfb background
background-color: #33bdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33bdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 189, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 189, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33bdfb; background: linear-gradient(135deg, #33bdfb, #3338FB);