#39bccf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
57, 188, 207
HSL
188°, 61%, 52%
CMYK
73, 9, 0, 19
Luminance
0.4134
Every format
| HEX | #39bccf |
| RGB | rgb(57, 188, 207) |
| HSL | hsl(188, 61%, 52%) |
| CMYK | cmyk(73%, 9%, 0%, 19%) |
| LAB | lab(70.4 -28.6 -19.7) |
| LCH | lch(70.4 34.7 214.6) |
| OKLCH | oklch(0.734 0.113 209.2) |
Copy-ready code
/* CSS */
color: #39bccf;
background-color: #39bccf;
/* Tailwind (arbitrary) */
class="text-[#39bccf] bg-[#39bccf]"
/* SCSS */
$brand: #39bccf;
/* SwiftUI */
Color(red: 0.224, green: 0.737, blue: 0.812)
/* Android */
Color.parseColor("#39bccf")Accessibility — WCAG contrast
Aa
#39bccf on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39bccf on black: 9.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green73.7%
Blue81.2%
CMYK percentages
Cyan72.5%
Magenta9.2%
Yellow0.0%
Key (black)18.8%
Color previews
#39bccf text on a black background
contrast 9.27:1
Card sample
#39bccf text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39bccf;
Background color
Panel with #39bccf background
background-color: #39bccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39bccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 188, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 188, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39bccf; background: linear-gradient(135deg, #39bccf, #3958CF);