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