#33c8da
a balanced, vivid cyan · cool · closest name: skyblue
RGB
51, 200, 218
HSL
187°, 69%, 53%
CMYK
77, 8, 0, 15
Luminance
0.4707
Every format
| HEX | #33c8da |
| RGB | rgb(51, 200, 218) |
| HSL | hsl(187, 69%, 53%) |
| CMYK | cmyk(77%, 8%, 0%, 15%) |
| LAB | lab(74.2 -31.7 -19.9) |
| LCH | lch(74.2 37.4 212.2) |
| OKLCH | oklch(0.766 0.121 207.3) |
Copy-ready code
/* CSS */
color: #33c8da;
background-color: #33c8da;
/* Tailwind (arbitrary) */
class="text-[#33c8da] bg-[#33c8da]"
/* SCSS */
$brand: #33c8da;
/* SwiftUI */
Color(red: 0.200, green: 0.784, blue: 0.855)
/* Android */
Color.parseColor("#33c8da")Accessibility — WCAG contrast
Aa
#33c8da on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#33c8da on black: 10.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green78.4%
Blue85.5%
CMYK percentages
Cyan76.6%
Magenta8.3%
Yellow0.0%
Key (black)14.5%
Color previews
#33c8da text on a black background
contrast 10.41:1
Card sample
#33c8da text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33c8da;
Background color
Panel with #33c8da background
background-color: #33c8da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33c8da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 200, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 200, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33c8da; background: linear-gradient(135deg, #33c8da, #3358DA);