#39bfdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
57, 191, 223
HSL
192°, 72%, 55%
CMYK
74, 14, 0, 13
Luminance
0.4346
Every format
| HEX | #39bfdf |
| RGB | rgb(57, 191, 223) |
| HSL | hsl(192, 72%, 55%) |
| CMYK | cmyk(74%, 14%, 0%, 13%) |
| LAB | lab(71.9 -25.1 -26.2) |
| LCH | lch(71.9 36.3 226.3) |
| OKLCH | oklch(0.747 0.120 217.7) |
Copy-ready code
/* CSS */
color: #39bfdf;
background-color: #39bfdf;
/* Tailwind (arbitrary) */
class="text-[#39bfdf] bg-[#39bfdf]"
/* SCSS */
$brand: #39bfdf;
/* SwiftUI */
Color(red: 0.224, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#39bfdf")Accessibility — WCAG contrast
Aa
#39bfdf on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39bfdf on black: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green74.9%
Blue87.5%
CMYK percentages
Cyan74.4%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#39bfdf text on a black background
contrast 9.69:1
Card sample
#39bfdf text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39bfdf;
Background color
Panel with #39bfdf background
background-color: #39bfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39bfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39bfdf; background: linear-gradient(135deg, #39bfdf, #3950DF);