#2faeee
a balanced, electric blue · cool · closest name: steelblue
RGB
47, 174, 238
HSL
200°, 85%, 56%
CMYK
80, 27, 0, 7
Luminance
0.3705
Every format
| HEX | #2faeee |
| RGB | rgb(47, 174, 238) |
| HSL | hsl(200, 85%, 56%) |
| CMYK | cmyk(80%, 27%, 0%, 7%) |
| LAB | lab(67.3 -12.2 -41.5) |
| LCH | lch(67.3 43.3 253.6) |
| OKLCH | oklch(0.712 0.141 236.5) |
Copy-ready code
/* CSS */
color: #2faeee;
background-color: #2faeee;
/* Tailwind (arbitrary) */
class="text-[#2faeee] bg-[#2faeee]"
/* SCSS */
$brand: #2faeee;
/* SwiftUI */
Color(red: 0.184, green: 0.682, blue: 0.933)
/* Android */
Color.parseColor("#2faeee")Accessibility — WCAG contrast
Aa
#2faeee on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2faeee on black: 8.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green68.2%
Blue93.3%
CMYK percentages
Cyan80.3%
Magenta26.9%
Yellow0.0%
Key (black)6.7%
Color previews
#2faeee text on a black background
contrast 8.41:1
Card sample
#2faeee text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2faeee;
Background color
Panel with #2faeee background
background-color: #2faeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2faeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 174, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 174, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2faeee; background: linear-gradient(135deg, #2faeee, #2F2FEE);