#33ccff
a balanced, electric cyan · cool · closest name: skyblue
RGB
51, 204, 255
HSL
195°, 100%, 60%
CMYK
80, 20, 0, 0
Luminance
0.5111
Every format
| HEX | #33ccff |
| RGB | rgb(51, 204, 255) |
| HSL | hsl(195, 100%, 60%) |
| CMYK | cmyk(80%, 20%, 0%, 0%) |
| LAB | lab(76.7 -22.0 -36.0) |
| LCH | lch(76.7 42.1 238.6) |
| OKLCH | oklch(0.790 0.140 226.2) |
Copy-ready code
/* CSS */
color: #33ccff;
background-color: #33ccff;
/* Tailwind (arbitrary) */
class="text-[#33ccff] bg-[#33ccff]"
/* SCSS */
$brand: #33ccff;
/* SwiftUI */
Color(red: 0.200, green: 0.800, blue: 1.000)
/* Android */
Color.parseColor("#33ccff")Accessibility — WCAG contrast
Aa
#33ccff on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#33ccff on black: 11.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green80.0%
Blue100.0%
CMYK percentages
Cyan80.0%
Magenta20.0%
Yellow0.0%
Key (black)0.0%
Color previews
#33ccff text on a black background
contrast 11.22:1
Card sample
#33ccff text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33ccff;
Background color
Panel with #33ccff background
background-color: #33ccff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33ccff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 204, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 204, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33ccff; background: linear-gradient(135deg, #33ccff, #3344FF);