#39bcdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
57, 188, 223
HSL
193°, 72%, 55%
CMYK
74, 16, 0, 13
Luminance
0.4216
Every format
| HEX | #39bcdf |
| RGB | rgb(57, 188, 223) |
| HSL | hsl(193, 72%, 55%) |
| CMYK | cmyk(74%, 16%, 0%, 13%) |
| LAB | lab(71.0 -23.6 -27.6) |
| LCH | lch(71.0 36.3 229.5) |
| OKLCH | oklch(0.740 0.120 220.0) |
Copy-ready code
/* CSS */
color: #39bcdf;
background-color: #39bcdf;
/* Tailwind (arbitrary) */
class="text-[#39bcdf] bg-[#39bcdf]"
/* SCSS */
$brand: #39bcdf;
/* SwiftUI */
Color(red: 0.224, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#39bcdf")Accessibility — WCAG contrast
Aa
#39bcdf on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39bcdf on black: 9.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green73.7%
Blue87.5%
CMYK percentages
Cyan74.4%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#39bcdf text on a black background
contrast 9.43:1
Card sample
#39bcdf text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39bcdf;
Background color
Panel with #39bcdf background
background-color: #39bcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39bcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39bcdf; background: linear-gradient(135deg, #39bcdf, #394DDF);