#39cbda
a balanced, vivid cyan · cool · closest name: skyblue
RGB
57, 203, 218
HSL
186°, 69%, 54%
CMYK
74, 7, 0, 15
Luminance
0.4864
Every format
| HEX | #39cbda |
| RGB | rgb(57, 203, 218) |
| HSL | hsl(186, 69%, 54%) |
| CMYK | cmyk(74%, 7%, 0%, 15%) |
| LAB | lab(75.2 -32.5 -18.4) |
| LCH | lch(75.2 37.3 209.5) |
| OKLCH | oklch(0.774 0.120 205.3) |
Copy-ready code
/* CSS */
color: #39cbda;
background-color: #39cbda;
/* Tailwind (arbitrary) */
class="text-[#39cbda] bg-[#39cbda]"
/* SCSS */
$brand: #39cbda;
/* SwiftUI */
Color(red: 0.224, green: 0.796, blue: 0.855)
/* Android */
Color.parseColor("#39cbda")Accessibility — WCAG contrast
Aa
#39cbda on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39cbda on black: 10.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green79.6%
Blue85.5%
CMYK percentages
Cyan73.9%
Magenta6.9%
Yellow0.0%
Key (black)14.5%
Color previews
#39cbda text on a black background
contrast 10.73:1
Card sample
#39cbda text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39cbda;
Background color
Panel with #39cbda background
background-color: #39cbda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39cbda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 203, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 203, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39cbda; background: linear-gradient(135deg, #39cbda, #3960DA);