#39cbdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
57, 203, 223
HSL
187°, 72%, 55%
CMYK
74, 9, 0, 13
Luminance
0.4891
Every format
| HEX | #39cbdf |
| RGB | rgb(57, 203, 223) |
| HSL | hsl(187, 72%, 55%) |
| CMYK | cmyk(74%, 9%, 0%, 13%) |
| LAB | lab(75.4 -31.0 -20.9) |
| LCH | lch(75.4 37.4 214.0) |
| OKLCH | oklch(0.776 0.121 208.7) |
Copy-ready code
/* CSS */
color: #39cbdf;
background-color: #39cbdf;
/* Tailwind (arbitrary) */
class="text-[#39cbdf] bg-[#39cbdf]"
/* SCSS */
$brand: #39cbdf;
/* SwiftUI */
Color(red: 0.224, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#39cbdf")Accessibility — WCAG contrast
Aa
#39cbdf on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39cbdf on black: 10.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green79.6%
Blue87.5%
CMYK percentages
Cyan74.4%
Magenta9.0%
Yellow0.0%
Key (black)12.5%
Color previews
#39cbdf text on a black background
contrast 10.78:1
Card sample
#39cbdf text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39cbdf;
Background color
Panel with #39cbdf background
background-color: #39cbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39cbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39cbdf; background: linear-gradient(135deg, #39cbdf, #395CDF);