#2fafff
a balanced, electric blue · cool · closest name: steelblue
RGB
47, 175, 255
HSL
203°, 100%, 59%
CMYK
82, 31, 0, 0
Luminance
0.3848
Every format
| HEX | #2fafff |
| RGB | rgb(47, 175, 255) |
| HSL | hsl(203, 100%, 59%) |
| CMYK | cmyk(82%, 31%, 0%, 0%) |
| LAB | lab(68.4 -6.8 -49.1) |
| LCH | lch(68.4 49.5 262.1) |
| OKLCH | oklch(0.723 0.157 242.3) |
Copy-ready code
/* CSS */
color: #2fafff;
background-color: #2fafff;
/* Tailwind (arbitrary) */
class="text-[#2fafff] bg-[#2fafff]"
/* SCSS */
$brand: #2fafff;
/* SwiftUI */
Color(red: 0.184, green: 0.686, blue: 1.000)
/* Android */
Color.parseColor("#2fafff")Accessibility — WCAG contrast
Aa
#2fafff on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fafff on black: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green68.6%
Blue100.0%
CMYK percentages
Cyan81.6%
Magenta31.4%
Yellow0.0%
Key (black)0.0%
Color previews
#2fafff text on a black background
contrast 8.70:1
Card sample
#2fafff text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fafff;
Background color
Panel with #2fafff background
background-color: #2fafff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fafff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 175, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 175, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fafff; background: linear-gradient(135deg, #2fafff, #3A2FFF);