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