#33cbfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
51, 203, 253
HSL
195°, 98%, 60%
CMYK
80, 20, 0, 1
Luminance
0.5051
Every format
| HEX | #33cbfd |
| RGB | rgb(51, 203, 253) |
| HSL | hsl(195, 98%, 60%) |
| CMYK | cmyk(80%, 20%, 0%, 1%) |
| LAB | lab(76.4 -22.1 -35.5) |
| LCH | lch(76.4 41.8 238.1) |
| OKLCH | oklch(0.787 0.139 225.8) |
Copy-ready code
/* CSS */
color: #33cbfd;
background-color: #33cbfd;
/* Tailwind (arbitrary) */
class="text-[#33cbfd] bg-[#33cbfd]"
/* SCSS */
$brand: #33cbfd;
/* SwiftUI */
Color(red: 0.200, green: 0.796, blue: 0.992)
/* Android */
Color.parseColor("#33cbfd")Accessibility — WCAG contrast
Aa
#33cbfd on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#33cbfd on black: 11.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green79.6%
Blue99.2%
CMYK percentages
Cyan79.8%
Magenta19.8%
Yellow0.0%
Key (black)0.8%
Color previews
#33cbfd text on a black background
contrast 11.10:1
Card sample
#33cbfd text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33cbfd;
Background color
Panel with #33cbfd background
background-color: #33cbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33cbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 203, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 203, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33cbfd; background: linear-gradient(135deg, #33cbfd, #3344FD);