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