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