#3dbfd6
a balanced, vivid cyan · cool · closest name: skyblue
RGB
61, 191, 214
HSL
189°, 65%, 54%
CMYK
72, 11, 0, 16
Luminance
0.4311
Every format
| HEX | #3dbfd6 |
| RGB | rgb(61, 191, 214) |
| HSL | hsl(189, 65%, 54%) |
| CMYK | cmyk(72%, 11%, 0%, 16%) |
| LAB | lab(71.6 -27.4 -21.7) |
| LCH | lch(71.6 34.9 218.4) |
| OKLCH | oklch(0.745 0.114 212.0) |
Copy-ready code
/* CSS */
color: #3dbfd6;
background-color: #3dbfd6;
/* Tailwind (arbitrary) */
class="text-[#3dbfd6] bg-[#3dbfd6]"
/* SCSS */
$brand: #3dbfd6;
/* SwiftUI */
Color(red: 0.239, green: 0.749, blue: 0.839)
/* Android */
Color.parseColor("#3dbfd6")Accessibility — WCAG contrast
Aa
#3dbfd6 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3dbfd6 on black: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green74.9%
Blue83.9%
CMYK percentages
Cyan71.5%
Magenta10.7%
Yellow0.0%
Key (black)16.1%
Color previews
#3dbfd6 text on a black background
contrast 9.62:1
Card sample
#3dbfd6 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3dbfd6;
Background color
Panel with #3dbfd6 background
background-color: #3dbfd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3dbfd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 191, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 191, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3dbfd6; background: linear-gradient(135deg, #3dbfd6, #3D59D6);