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