#39b6cf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
57, 182, 207
HSL
190°, 61%, 52%
CMYK
73, 12, 0, 19
Luminance
0.3883
Every format
| HEX | #39b6cf |
| RGB | rgb(57, 182, 207) |
| HSL | hsl(190, 61%, 52%) |
| CMYK | cmyk(73%, 12%, 0%, 19%) |
| LAB | lab(68.6 -25.6 -22.4) |
| LCH | lch(68.6 34.0 221.3) |
| OKLCH | oklch(0.719 0.112 214.1) |
Copy-ready code
/* CSS */
color: #39b6cf;
background-color: #39b6cf;
/* Tailwind (arbitrary) */
class="text-[#39b6cf] bg-[#39b6cf]"
/* SCSS */
$brand: #39b6cf;
/* SwiftUI */
Color(red: 0.224, green: 0.714, blue: 0.812)
/* Android */
Color.parseColor("#39b6cf")Accessibility — WCAG contrast
Aa
#39b6cf on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39b6cf on black: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green71.4%
Blue81.2%
CMYK percentages
Cyan72.5%
Magenta12.1%
Yellow0.0%
Key (black)18.8%
Color previews
#39b6cf text on a black background
contrast 8.77:1
Card sample
#39b6cf text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39b6cf;
Background color
Panel with #39b6cf background
background-color: #39b6cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39b6cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 182, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 182, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39b6cf; background: linear-gradient(135deg, #39b6cf, #3952CF);