#2faff1
a balanced, electric blue · cool · closest name: steelblue
RGB
47, 175, 241
HSL
200°, 87%, 57%
CMYK
81, 27, 0, 6
Luminance
0.3762
Every format
| HEX | #2faff1 |
| RGB | rgb(47, 175, 241) |
| HSL | hsl(200, 87%, 57%) |
| CMYK | cmyk(81%, 27%, 0%, 6%) |
| LAB | lab(67.7 -11.7 -42.5) |
| LCH | lch(67.7 44.0 254.5) |
| OKLCH | oklch(0.716 0.143 237.2) |
Copy-ready code
/* CSS */
color: #2faff1;
background-color: #2faff1;
/* Tailwind (arbitrary) */
class="text-[#2faff1] bg-[#2faff1]"
/* SCSS */
$brand: #2faff1;
/* SwiftUI */
Color(red: 0.184, green: 0.686, blue: 0.945)
/* Android */
Color.parseColor("#2faff1")Accessibility — WCAG contrast
Aa
#2faff1 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2faff1 on black: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green68.6%
Blue94.5%
CMYK percentages
Cyan80.5%
Magenta27.4%
Yellow0.0%
Key (black)5.5%
Color previews
#2faff1 text on a black background
contrast 8.52:1
Card sample
#2faff1 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2faff1;
Background color
Panel with #2faff1 background
background-color: #2faff1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2faff1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 175, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 175, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2faff1; background: linear-gradient(135deg, #2faff1, #302FF1);