#3db2ff
a balanced, electric blue · cool · closest name: steelblue
RGB
61, 178, 255
HSL
204°, 100%, 62%
CMYK
76, 30, 0, 0
Luminance
0.4005
Every format
| HEX | #3db2ff |
| RGB | rgb(61, 178, 255) |
| HSL | hsl(204, 100%, 62%) |
| CMYK | cmyk(76%, 30%, 0%, 0%) |
| LAB | lab(69.5 -7.2 -47.3) |
| LCH | lch(69.5 47.8 261.4) |
| OKLCH | oklch(0.733 0.151 242.3) |
Copy-ready code
/* CSS */
color: #3db2ff;
background-color: #3db2ff;
/* Tailwind (arbitrary) */
class="text-[#3db2ff] bg-[#3db2ff]"
/* SCSS */
$brand: #3db2ff;
/* SwiftUI */
Color(red: 0.239, green: 0.698, blue: 1.000)
/* Android */
Color.parseColor("#3db2ff")Accessibility — WCAG contrast
Aa
#3db2ff on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3db2ff on black: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green69.8%
Blue100.0%
CMYK percentages
Cyan76.1%
Magenta30.2%
Yellow0.0%
Key (black)0.0%
Color previews
#3db2ff text on a black background
contrast 9.01:1
Card sample
#3db2ff text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3db2ff;
Background color
Panel with #3db2ff background
background-color: #3db2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3db2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 178, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 178, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3db2ff; background: linear-gradient(135deg, #3db2ff, #493DFF);