#33dbfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
51, 219, 253
HSL
190°, 98%, 60%
CMYK
80, 13, 0, 1
Luminance
0.5846
Every format
| HEX | #33dbfd |
| RGB | rgb(51, 219, 253) |
| HSL | hsl(190, 98%, 60%) |
| CMYK | cmyk(80%, 13%, 0%, 1%) |
| LAB | lab(81.0 -30.1 -28.4) |
| LCH | lch(81.0 41.3 223.4) |
| OKLCH | oklch(0.824 0.137 215.5) |
Copy-ready code
/* CSS */
color: #33dbfd;
background-color: #33dbfd;
/* Tailwind (arbitrary) */
class="text-[#33dbfd] bg-[#33dbfd]"
/* SCSS */
$brand: #33dbfd;
/* SwiftUI */
Color(red: 0.200, green: 0.859, blue: 0.992)
/* Android */
Color.parseColor("#33dbfd")Accessibility — WCAG contrast
Aa
#33dbfd on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#33dbfd on black: 12.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green85.9%
Blue99.2%
CMYK percentages
Cyan79.8%
Magenta13.4%
Yellow0.0%
Key (black)0.8%
Color previews
#33dbfd text on a black background
contrast 12.69:1
Card sample
#33dbfd text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33dbfd;
Background color
Panel with #33dbfd background
background-color: #33dbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33dbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 219, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 219, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33dbfd; background: linear-gradient(135deg, #33dbfd, #3354FD);