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