#3dbaf3
a balanced, electric cyan · cool · closest name: skyblue
RGB
61, 186, 243
HSL
199°, 88%, 60%
CMYK
75, 24, 0, 5
Luminance
0.4258
Every format
| HEX | #3dbaf3 |
| RGB | rgb(61, 186, 243) |
| HSL | hsl(199, 88%, 60%) |
| CMYK | cmyk(75%, 24%, 0%, 5%) |
| LAB | lab(71.3 -15.6 -38.0) |
| LCH | lch(71.3 41.1 247.8) |
| OKLCH | oklch(0.745 0.134 232.8) |
Copy-ready code
/* CSS */
color: #3dbaf3;
background-color: #3dbaf3;
/* Tailwind (arbitrary) */
class="text-[#3dbaf3] bg-[#3dbaf3]"
/* SCSS */
$brand: #3dbaf3;
/* SwiftUI */
Color(red: 0.239, green: 0.729, blue: 0.953)
/* Android */
Color.parseColor("#3dbaf3")Accessibility — WCAG contrast
Aa
#3dbaf3 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3dbaf3 on black: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green72.9%
Blue95.3%
CMYK percentages
Cyan74.9%
Magenta23.5%
Yellow0.0%
Key (black)4.7%
Color previews
#3dbaf3 text on a black background
contrast 9.52:1
Card sample
#3dbaf3 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3dbaf3;
Background color
Panel with #3dbaf3 background
background-color: #3dbaf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3dbaf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 186, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 186, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3dbaf3; background: linear-gradient(135deg, #3dbaf3, #3D41F3);