#39bfcd
a balanced, vivid cyan · cool · closest name: skyblue
RGB
57, 191, 205
HSL
186°, 60%, 51%
CMYK
72, 7, 0, 20
Luminance
0.4254
Every format
| HEX | #39bfcd |
| RGB | rgb(57, 191, 205) |
| HSL | hsl(186, 60%, 51%) |
| CMYK | cmyk(72%, 7%, 0%, 20%) |
| LAB | lab(71.2 -30.6 -17.4) |
| LCH | lch(71.2 35.2 209.6) |
| OKLCH | oklch(0.740 0.113 205.3) |
Copy-ready code
/* CSS */
color: #39bfcd;
background-color: #39bfcd;
/* Tailwind (arbitrary) */
class="text-[#39bfcd] bg-[#39bfcd]"
/* SCSS */
$brand: #39bfcd;
/* SwiftUI */
Color(red: 0.224, green: 0.749, blue: 0.804)
/* Android */
Color.parseColor("#39bfcd")Accessibility — WCAG contrast
Aa
#39bfcd on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39bfcd on black: 9.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green74.9%
Blue80.4%
CMYK percentages
Cyan72.2%
Magenta6.8%
Yellow0.0%
Key (black)19.6%
Color previews
#39bfcd text on a black background
contrast 9.51:1
Card sample
#39bfcd text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39bfcd;
Background color
Panel with #39bfcd background
background-color: #39bfcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39bfcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 191, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 191, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39bfcd; background: linear-gradient(135deg, #39bfcd, #395CCD);