#33cded
a balanced, electric cyan · cool · closest name: skyblue
RGB
51, 205, 237
HSL
190°, 84%, 57%
CMYK
79, 14, 0, 7
Luminance
0.5048
Every format
| HEX | #33cded |
| RGB | rgb(51, 205, 237) |
| HSL | hsl(190, 84%, 57%) |
| CMYK | cmyk(79%, 14%, 0%, 7%) |
| LAB | lab(76.4 -28.2 -26.9) |
| LCH | lch(76.4 39.0 223.6) |
| OKLCH | oklch(0.785 0.129 215.7) |
Copy-ready code
/* CSS */
color: #33cded;
background-color: #33cded;
/* Tailwind (arbitrary) */
class="text-[#33cded] bg-[#33cded]"
/* SCSS */
$brand: #33cded;
/* SwiftUI */
Color(red: 0.200, green: 0.804, blue: 0.929)
/* Android */
Color.parseColor("#33cded")Accessibility — WCAG contrast
Aa
#33cded on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#33cded on black: 11.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green80.4%
Blue92.9%
CMYK percentages
Cyan78.5%
Magenta13.5%
Yellow0.0%
Key (black)7.1%
Color previews
#33cded text on a black background
contrast 11.10:1
Card sample
#33cded text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33cded;
Background color
Panel with #33cded background
background-color: #33cded;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33cded;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 205, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 205, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33cded; background: linear-gradient(135deg, #33cded, #3351ED);