#33bdee
a balanced, electric cyan · cool · closest name: skyblue
RGB
51, 189, 238
HSL
196°, 85%, 57%
CMYK
79, 21, 0, 7
Luminance
0.4327
Every format
| HEX | #33bdee |
| RGB | rgb(51, 189, 238) |
| HSL | hsl(196, 85%, 57%) |
| CMYK | cmyk(79%, 21%, 0%, 7%) |
| LAB | lab(71.7 -19.8 -34.6) |
| LCH | lch(71.7 39.9 240.2) |
| OKLCH | oklch(0.748 0.132 227.3) |
Copy-ready code
/* CSS */
color: #33bdee;
background-color: #33bdee;
/* Tailwind (arbitrary) */
class="text-[#33bdee] bg-[#33bdee]"
/* SCSS */
$brand: #33bdee;
/* SwiftUI */
Color(red: 0.200, green: 0.741, blue: 0.933)
/* Android */
Color.parseColor("#33bdee")Accessibility — WCAG contrast
Aa
#33bdee on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#33bdee on black: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green74.1%
Blue93.3%
CMYK percentages
Cyan78.6%
Magenta20.6%
Yellow0.0%
Key (black)6.7%
Color previews
#33bdee text on a black background
contrast 9.65:1
Card sample
#33bdee text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33bdee;
Background color
Panel with #33bdee background
background-color: #33bdee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33bdee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 189, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 189, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33bdee; background: linear-gradient(135deg, #33bdee, #3341EE);