#33cffc
a balanced, electric cyan · cool · closest name: skyblue
RGB
51, 207, 252
HSL
193°, 97%, 59%
CMYK
80, 18, 0, 1
Luminance
0.5236
Every format
| HEX | #33cffc |
| RGB | rgb(51, 207, 252) |
| HSL | hsl(193, 97%, 59%) |
| CMYK | cmyk(80%, 18%, 0%, 1%) |
| LAB | lab(77.5 -24.4 -33.2) |
| LCH | lch(77.5 41.3 233.6) |
| OKLCH | oklch(0.796 0.137 222.7) |
Copy-ready code
/* CSS */
color: #33cffc;
background-color: #33cffc;
/* Tailwind (arbitrary) */
class="text-[#33cffc] bg-[#33cffc]"
/* SCSS */
$brand: #33cffc;
/* SwiftUI */
Color(red: 0.200, green: 0.812, blue: 0.988)
/* Android */
Color.parseColor("#33cffc")Accessibility — WCAG contrast
Aa
#33cffc on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#33cffc on black: 11.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green81.2%
Blue98.8%
CMYK percentages
Cyan79.8%
Magenta17.9%
Yellow0.0%
Key (black)1.2%
Color previews
#33cffc text on a black background
contrast 11.47:1
Card sample
#33cffc text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33cffc;
Background color
Panel with #33cffc background
background-color: #33cffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33cffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 207, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 207, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33cffc; background: linear-gradient(135deg, #33cffc, #3349FC);