#39afdc
a balanced, vivid cyan · cool · closest name: skyblue
RGB
57, 175, 220
HSL
197°, 70%, 54%
CMYK
74, 21, 0, 14
Luminance
0.3670
Every format
| HEX | #39afdc |
| RGB | rgb(57, 175, 220) |
| HSL | hsl(197, 70%, 54%) |
| CMYK | cmyk(74%, 21%, 0%, 14%) |
| LAB | lab(67.0 -17.8 -32.0) |
| LCH | lch(67.0 36.6 240.9) |
| OKLCH | oklch(0.708 0.121 228.1) |
Copy-ready code
/* CSS */
color: #39afdc;
background-color: #39afdc;
/* Tailwind (arbitrary) */
class="text-[#39afdc] bg-[#39afdc]"
/* SCSS */
$brand: #39afdc;
/* SwiftUI */
Color(red: 0.224, green: 0.686, blue: 0.863)
/* Android */
Color.parseColor("#39afdc")Accessibility — WCAG contrast
Aa
#39afdc on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39afdc on black: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green68.6%
Blue86.3%
CMYK percentages
Cyan74.1%
Magenta20.5%
Yellow0.0%
Key (black)13.7%
Color previews
#39afdc text on a black background
contrast 8.34:1
Card sample
#39afdc text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39afdc;
Background color
Panel with #39afdc background
background-color: #39afdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39afdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 175, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 175, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39afdc; background: linear-gradient(135deg, #39afdc, #3942DC);