#33cdfa
a balanced, electric cyan · cool · closest name: skyblue
RGB
51, 205, 250
HSL
194°, 95%, 59%
CMYK
80, 18, 0, 2
Luminance
0.5127
Every format
| HEX | #33cdfa |
| RGB | rgb(51, 205, 250) |
| HSL | hsl(194, 95%, 59%) |
| CMYK | cmyk(80%, 18%, 0%, 2%) |
| LAB | lab(76.8 -24.1 -33.2) |
| LCH | lch(76.8 41.0 234.0) |
| OKLCH | oklch(0.790 0.136 223.0) |
Copy-ready code
/* CSS */
color: #33cdfa;
background-color: #33cdfa;
/* Tailwind (arbitrary) */
class="text-[#33cdfa] bg-[#33cdfa]"
/* SCSS */
$brand: #33cdfa;
/* SwiftUI */
Color(red: 0.200, green: 0.804, blue: 0.980)
/* Android */
Color.parseColor("#33cdfa")Accessibility — WCAG contrast
Aa
#33cdfa on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#33cdfa on black: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green80.4%
Blue98.0%
CMYK percentages
Cyan79.6%
Magenta18.0%
Yellow0.0%
Key (black)2.0%
Color previews
#33cdfa text on a black background
contrast 11.25:1
Card sample
#33cdfa text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33cdfa;
Background color
Panel with #33cdfa background
background-color: #33cdfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33cdfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 205, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 205, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33cdfa; background: linear-gradient(135deg, #33cdfa, #3348FA);