#39b0dc
a balanced, vivid cyan · cool · closest name: skyblue
RGB
57, 176, 220
HSL
196°, 70%, 54%
CMYK
74, 20, 0, 14
Luminance
0.3709
Every format
| HEX | #39b0dc |
| RGB | rgb(57, 176, 220) |
| HSL | hsl(196, 70%, 54%) |
| CMYK | cmyk(74%, 20%, 0%, 14%) |
| LAB | lab(67.3 -18.3 -31.6) |
| LCH | lch(67.3 36.5 239.9) |
| OKLCH | oklch(0.711 0.120 227.3) |
Copy-ready code
/* CSS */
color: #39b0dc;
background-color: #39b0dc;
/* Tailwind (arbitrary) */
class="text-[#39b0dc] bg-[#39b0dc]"
/* SCSS */
$brand: #39b0dc;
/* SwiftUI */
Color(red: 0.224, green: 0.690, blue: 0.863)
/* Android */
Color.parseColor("#39b0dc")Accessibility — WCAG contrast
Aa
#39b0dc on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39b0dc on black: 8.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green69.0%
Blue86.3%
CMYK percentages
Cyan74.1%
Magenta20.0%
Yellow0.0%
Key (black)13.7%
Color previews
#39b0dc text on a black background
contrast 8.42:1
Card sample
#39b0dc text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39b0dc;
Background color
Panel with #39b0dc background
background-color: #39b0dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39b0dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 176, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 176, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39b0dc; background: linear-gradient(135deg, #39b0dc, #3943DC);