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