#39afd7
a balanced, vivid cyan · cool · closest name: skyblue
RGB
57, 175, 215
HSL
195°, 66%, 53%
CMYK
74, 19, 0, 16
Luminance
0.3644
Every format
| HEX | #39afd7 |
| RGB | rgb(57, 175, 215) |
| HSL | hsl(195, 66%, 53%) |
| CMYK | cmyk(74%, 19%, 0%, 16%) |
| LAB | lab(66.8 -19.4 -29.6) |
| LCH | lch(66.8 35.4 236.7) |
| OKLCH | oklch(0.706 0.117 225.1) |
Copy-ready code
/* CSS */
color: #39afd7;
background-color: #39afd7;
/* Tailwind (arbitrary) */
class="text-[#39afd7] bg-[#39afd7]"
/* SCSS */
$brand: #39afd7;
/* SwiftUI */
Color(red: 0.224, green: 0.686, blue: 0.843)
/* Android */
Color.parseColor("#39afd7")Accessibility — WCAG contrast
Aa
#39afd7 on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39afd7 on black: 8.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green68.6%
Blue84.3%
CMYK percentages
Cyan73.5%
Magenta18.6%
Yellow0.0%
Key (black)15.7%
Color previews
#39afd7 text on a black background
contrast 8.29:1
Card sample
#39afd7 text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39afd7;
Background color
Panel with #39afd7 background
background-color: #39afd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39afd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 175, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 175, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39afd7; background: linear-gradient(135deg, #39afd7, #3945D7);