#2f93af
a dark, vivid cyan · cool · closest name: steelblue
RGB
47, 147, 175
HSL
193°, 58%, 44%
CMYK
73, 16, 0, 31
Luminance
0.2457
Every format
| HEX | #2f93af |
| RGB | rgb(47, 147, 175) |
| HSL | hsl(193, 58%, 44%) |
| CMYK | cmyk(73%, 16%, 0%, 31%) |
| LAB | lab(56.6 -19.1 -22.9) |
| LCH | lch(56.6 29.8 230.3) |
| OKLCH | oklch(0.619 0.098 220.6) |
Copy-ready code
/* CSS */
color: #2f93af;
background-color: #2f93af;
/* Tailwind (arbitrary) */
class="text-[#2f93af] bg-[#2f93af]"
/* SCSS */
$brand: #2f93af;
/* SwiftUI */
Color(red: 0.184, green: 0.576, blue: 0.686)
/* Android */
Color.parseColor("#2f93af")Accessibility — WCAG contrast
Aa
#2f93af on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2f93af on black: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green57.6%
Blue68.6%
CMYK percentages
Cyan73.1%
Magenta16.0%
Yellow0.0%
Key (black)31.4%
Color previews
#2f93af text on a black background
contrast 5.91:1
Card sample
#2f93af text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f93af;
Background color
Panel with #2f93af background
background-color: #2f93af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f93af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 147, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 147, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f93af; background: linear-gradient(135deg, #2f93af, #2F3EAF);