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