#39badc
a balanced, vivid cyan · cool · closest name: skyblue
RGB
57, 186, 220
HSL
193°, 70%, 54%
CMYK
74, 16, 0, 14
Luminance
0.4115
Every format
| HEX | #39badc |
| RGB | rgb(57, 186, 220) |
| HSL | hsl(193, 70%, 54%) |
| CMYK | cmyk(74%, 16%, 0%, 14%) |
| LAB | lab(70.3 -23.5 -27.0) |
| LCH | lch(70.3 35.8 229.0) |
| OKLCH | oklch(0.734 0.118 219.7) |
Copy-ready code
/* CSS */
color: #39badc;
background-color: #39badc;
/* Tailwind (arbitrary) */
class="text-[#39badc] bg-[#39badc]"
/* SCSS */
$brand: #39badc;
/* SwiftUI */
Color(red: 0.224, green: 0.729, blue: 0.863)
/* Android */
Color.parseColor("#39badc")Accessibility — WCAG contrast
Aa
#39badc on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39badc on black: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green72.9%
Blue86.3%
CMYK percentages
Cyan74.1%
Magenta15.5%
Yellow0.0%
Key (black)13.7%
Color previews
#39badc text on a black background
contrast 9.23:1
Card sample
#39badc text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39badc;
Background color
Panel with #39badc background
background-color: #39badc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39badc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 186, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 186, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39badc; background: linear-gradient(135deg, #39badc, #394DDC);