#3dbfd8
a balanced, vivid cyan · cool · closest name: skyblue
RGB
61, 191, 216
HSL
190°, 67%, 54%
CMYK
72, 12, 0, 15
Luminance
0.4321
Every format
| HEX | #3dbfd8 |
| RGB | rgb(61, 191, 216) |
| HSL | hsl(190, 67%, 54%) |
| CMYK | cmyk(72%, 12%, 0%, 15%) |
| LAB | lab(71.7 -26.8 -22.7) |
| LCH | lch(71.7 35.1 220.3) |
| OKLCH | oklch(0.745 0.115 213.4) |
Copy-ready code
/* CSS */
color: #3dbfd8;
background-color: #3dbfd8;
/* Tailwind (arbitrary) */
class="text-[#3dbfd8] bg-[#3dbfd8]"
/* SCSS */
$brand: #3dbfd8;
/* SwiftUI */
Color(red: 0.239, green: 0.749, blue: 0.847)
/* Android */
Color.parseColor("#3dbfd8")Accessibility — WCAG contrast
Aa
#3dbfd8 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3dbfd8 on black: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green74.9%
Blue84.7%
CMYK percentages
Cyan71.8%
Magenta11.6%
Yellow0.0%
Key (black)15.3%
Color previews
#3dbfd8 text on a black background
contrast 9.64:1
Card sample
#3dbfd8 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3dbfd8;
Background color
Panel with #3dbfd8 background
background-color: #3dbfd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3dbfd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 191, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 191, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3dbfd8; background: linear-gradient(135deg, #3dbfd8, #3D58D8);