#32cbdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
50, 203, 223
HSL
187°, 73%, 54%
CMYK
78, 9, 0, 13
Luminance
0.4872
Every format
| HEX | #32cbdf |
| RGB | rgb(50, 203, 223) |
| HSL | hsl(187, 73%, 54%) |
| CMYK | cmyk(78%, 9%, 0%, 13%) |
| LAB | lab(75.3 -31.7 -21.1) |
| LCH | lch(75.3 38.0 213.6) |
| OKLCH | oklch(0.774 0.123 208.4) |
Copy-ready code
/* CSS */
color: #32cbdf;
background-color: #32cbdf;
/* Tailwind (arbitrary) */
class="text-[#32cbdf] bg-[#32cbdf]"
/* SCSS */
$brand: #32cbdf;
/* SwiftUI */
Color(red: 0.196, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#32cbdf")Accessibility — WCAG contrast
Aa
#32cbdf on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32cbdf on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green79.6%
Blue87.5%
CMYK percentages
Cyan77.6%
Magenta9.0%
Yellow0.0%
Key (black)12.5%
Color previews
#32cbdf text on a black background
contrast 10.74:1
Card sample
#32cbdf text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32cbdf;
Background color
Panel with #32cbdf background
background-color: #32cbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32cbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32cbdf; background: linear-gradient(135deg, #32cbdf, #3258DF);