#33ccee
a balanced, electric cyan · cool · closest name: skyblue
RGB
51, 204, 238
HSL
191°, 85%, 57%
CMYK
79, 14, 0, 7
Luminance
0.5006
Every format
| HEX | #33ccee |
| RGB | rgb(51, 204, 238) |
| HSL | hsl(191, 85%, 57%) |
| CMYK | cmyk(79%, 14%, 0%, 7%) |
| LAB | lab(76.1 -27.4 -27.9) |
| LCH | lch(76.1 39.1 225.5) |
| OKLCH | oklch(0.783 0.129 217.0) |
Copy-ready code
/* CSS */
color: #33ccee;
background-color: #33ccee;
/* Tailwind (arbitrary) */
class="text-[#33ccee] bg-[#33ccee]"
/* SCSS */
$brand: #33ccee;
/* SwiftUI */
Color(red: 0.200, green: 0.800, blue: 0.933)
/* Android */
Color.parseColor("#33ccee")Accessibility — WCAG contrast
Aa
#33ccee on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#33ccee on black: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green80.0%
Blue93.3%
CMYK percentages
Cyan78.6%
Magenta14.3%
Yellow0.0%
Key (black)6.7%
Color previews
#33ccee text on a black background
contrast 11.01:1
Card sample
#33ccee text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33ccee;
Background color
Panel with #33ccee background
background-color: #33ccee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33ccee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 204, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 204, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33ccee; background: linear-gradient(135deg, #33ccee, #3350EE);