#39bfd9
a balanced, vivid cyan · cool · closest name: skyblue
RGB
57, 191, 217
HSL
190°, 68%, 54%
CMYK
74, 12, 0, 15
Luminance
0.4314
Every format
| HEX | #39bfd9 |
| RGB | rgb(57, 191, 217) |
| HSL | hsl(190, 68%, 54%) |
| CMYK | cmyk(74%, 12%, 0%, 15%) |
| LAB | lab(71.7 -26.9 -23.3) |
| LCH | lch(71.7 35.6 220.9) |
| OKLCH | oklch(0.745 0.117 213.8) |
Copy-ready code
/* CSS */
color: #39bfd9;
background-color: #39bfd9;
/* Tailwind (arbitrary) */
class="text-[#39bfd9] bg-[#39bfd9]"
/* SCSS */
$brand: #39bfd9;
/* SwiftUI */
Color(red: 0.224, green: 0.749, blue: 0.851)
/* Android */
Color.parseColor("#39bfd9")Accessibility — WCAG contrast
Aa
#39bfd9 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39bfd9 on black: 9.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green74.9%
Blue85.1%
CMYK percentages
Cyan73.7%
Magenta12.0%
Yellow0.0%
Key (black)14.9%
Color previews
#39bfd9 text on a black background
contrast 9.63:1
Card sample
#39bfd9 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39bfd9;
Background color
Panel with #39bfd9 background
background-color: #39bfd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39bfd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 191, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 191, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39bfd9; background: linear-gradient(135deg, #39bfd9, #3954D9);