#39abda
a balanced, vivid cyan · cool · closest name: skyblue
RGB
57, 171, 218
HSL
198°, 69%, 54%
CMYK
74, 22, 0, 15
Luminance
0.3506
Every format
| HEX | #39abda |
| RGB | rgb(57, 171, 218) |
| HSL | hsl(198, 69%, 54%) |
| CMYK | cmyk(74%, 22%, 0%, 15%) |
| LAB | lab(65.8 -16.3 -32.9) |
| LCH | lch(65.8 36.7 243.6) |
| OKLCH | oklch(0.698 0.121 230.0) |
Copy-ready code
/* CSS */
color: #39abda;
background-color: #39abda;
/* Tailwind (arbitrary) */
class="text-[#39abda] bg-[#39abda]"
/* SCSS */
$brand: #39abda;
/* SwiftUI */
Color(red: 0.224, green: 0.671, blue: 0.855)
/* Android */
Color.parseColor("#39abda")Accessibility — WCAG contrast
Aa
#39abda on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39abda on black: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green67.1%
Blue85.5%
CMYK percentages
Cyan73.9%
Magenta21.6%
Yellow0.0%
Key (black)14.5%
Color previews
#39abda text on a black background
contrast 8.01:1
Card sample
#39abda text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39abda;
Background color
Panel with #39abda background
background-color: #39abda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39abda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 171, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 171, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39abda; background: linear-gradient(135deg, #39abda, #3940DA);