#33bcfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
51, 188, 253
HSL
199°, 98%, 60%
CMYK
80, 26, 0, 1
Luminance
0.4376
Every format
| HEX | #33bcfd |
| RGB | rgb(51, 188, 253) |
| HSL | hsl(199, 98%, 60%) |
| CMYK | cmyk(80%, 26%, 0%, 1%) |
| LAB | lab(72.1 -14.3 -42.2) |
| LCH | lch(72.1 44.5 251.3) |
| OKLCH | oklch(0.753 0.145 234.9) |
Copy-ready code
/* CSS */
color: #33bcfd;
background-color: #33bcfd;
/* Tailwind (arbitrary) */
class="text-[#33bcfd] bg-[#33bcfd]"
/* SCSS */
$brand: #33bcfd;
/* SwiftUI */
Color(red: 0.200, green: 0.737, blue: 0.992)
/* Android */
Color.parseColor("#33bcfd")Accessibility — WCAG contrast
Aa
#33bcfd on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#33bcfd on black: 9.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green73.7%
Blue99.2%
CMYK percentages
Cyan79.8%
Magenta25.7%
Yellow0.0%
Key (black)0.8%
Color previews
#33bcfd text on a black background
contrast 9.75:1
Card sample
#33bcfd text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33bcfd;
Background color
Panel with #33bcfd background
background-color: #33bcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33bcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 188, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 188, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33bcfd; background: linear-gradient(135deg, #33bcfd, #3335FD);