#2fadff
a balanced, electric blue · cool · closest name: dodgerblue
RGB
47, 173, 255
HSL
204°, 100%, 59%
CMYK
82, 32, 0, 0
Luminance
0.3771
Every format
| HEX | #2fadff |
| RGB | rgb(47, 173, 255) |
| HSL | hsl(204, 100%, 59%) |
| CMYK | cmyk(82%, 32%, 0%, 0%) |
| LAB | lab(67.8 -5.7 -50.0) |
| LCH | lch(67.8 50.3 263.4) |
| OKLCH | oklch(0.719 0.159 243.2) |
Copy-ready code
/* CSS */
color: #2fadff;
background-color: #2fadff;
/* Tailwind (arbitrary) */
class="text-[#2fadff] bg-[#2fadff]"
/* SCSS */
$brand: #2fadff;
/* SwiftUI */
Color(red: 0.184, green: 0.678, blue: 1.000)
/* Android */
Color.parseColor("#2fadff")Accessibility — WCAG contrast
Aa
#2fadff on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fadff on black: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green67.8%
Blue100.0%
CMYK percentages
Cyan81.6%
Magenta32.2%
Yellow0.0%
Key (black)0.0%
Color previews
#2fadff text on a black background
contrast 8.54:1
Card sample
#2fadff text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fadff;
Background color
Panel with #2fadff background
background-color: #2fadff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fadff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 173, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 173, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fadff; background: linear-gradient(135deg, #2fadff, #3C2FFF);