#33b0cd
a balanced, vivid cyan · cool · closest name: skyblue
RGB
51, 176, 205
HSL
191°, 61%, 50%
CMYK
75, 14, 0, 20
Luminance
0.3616
Every format
| HEX | #33b0cd |
| RGB | rgb(51, 176, 205) |
| HSL | hsl(191, 61%, 50%) |
| CMYK | cmyk(75%, 14%, 0%, 20%) |
| LAB | lab(66.6 -23.9 -24.4) |
| LCH | lch(66.6 34.1 225.6) |
| OKLCH | oklch(0.703 0.113 217.2) |
Copy-ready code
/* CSS */
color: #33b0cd;
background-color: #33b0cd;
/* Tailwind (arbitrary) */
class="text-[#33b0cd] bg-[#33b0cd]"
/* SCSS */
$brand: #33b0cd;
/* SwiftUI */
Color(red: 0.200, green: 0.690, blue: 0.804)
/* Android */
Color.parseColor("#33b0cd")Accessibility — WCAG contrast
Aa
#33b0cd on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#33b0cd on black: 8.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green69.0%
Blue80.4%
CMYK percentages
Cyan75.1%
Magenta14.1%
Yellow0.0%
Key (black)19.6%
Color previews
#33b0cd text on a black background
contrast 8.23:1
Card sample
#33b0cd text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33b0cd;
Background color
Panel with #33b0cd background
background-color: #33b0cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33b0cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 176, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 176, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33b0cd; background: linear-gradient(135deg, #33b0cd, #3349CD);