#2fadef
a balanced, electric blue · cool · closest name: steelblue
RGB
47, 173, 239
HSL
201°, 86%, 56%
CMYK
80, 28, 0, 6
Luminance
0.3672
Every format
| HEX | #2fadef |
| RGB | rgb(47, 173, 239) |
| HSL | hsl(201, 86%, 56%) |
| CMYK | cmyk(80%, 28%, 0%, 6%) |
| LAB | lab(67.1 -11.3 -42.4) |
| LCH | lch(67.1 43.9 255.0) |
| OKLCH | oklch(0.711 0.142 237.5) |
Copy-ready code
/* CSS */
color: #2fadef;
background-color: #2fadef;
/* Tailwind (arbitrary) */
class="text-[#2fadef] bg-[#2fadef]"
/* SCSS */
$brand: #2fadef;
/* SwiftUI */
Color(red: 0.184, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#2fadef")Accessibility — WCAG contrast
Aa
#2fadef on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fadef on black: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green67.8%
Blue93.7%
CMYK percentages
Cyan80.3%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#2fadef text on a black background
contrast 8.34:1
Card sample
#2fadef text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fadef;
Background color
Panel with #2fadef background
background-color: #2fadef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fadef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fadef; background: linear-gradient(135deg, #2fadef, #312FEF);