Steel Blue
#2FA4B1
CyanColor Codes
All color formats for development
HEX
#2FA4B1RGB
rgb(47, 164, 177)HSL
hsl(186, 58%, 44%)OKLCH
oklch(0.661 0.101 206)CMYK
cmyk(73%, 7%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A94A0
2#26838E
3#21737C
4#1C636A
5#185259
6#134247
7#0E3135
8#092123
9#051012
Tints
Lighter variations
1#35B9C8
2#4BC2CF
3#61C9D5
4#78D1DB
5#8ED9E1
6#A5E0E7
7#BBE8ED
8#D2F0F3
9#E8F7F9
Tones
Muted variations
1#369FAB
2#3C9AA4
3#43959E
4#498F97
5#508A91
6#56858A
7#5D8084
8#637B7D
9#6A7577
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F5 #E3F5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBED #CBEDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E0 #A2E0E6 | BordersInactive statesPlaceholder text |
| 400 | 72CF #72CFDA | Disabled statesSecondary iconsMuted text |
| 500 | 4AC1 #4AC1CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FA4 #2FA4B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2583 #25838D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B5D #1B5D65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 113C #113C40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B25 #0B2528 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FBFC;
--steel-blue-100: #E3F5F8;
--steel-blue-200: #CBEDF1;
--steel-blue-300: #A2E0E6;
--steel-blue-400: #72CFDA;
--steel-blue-500: #4AC1CF;
--steel-blue-600: #2FA4B1;
--steel-blue-700: #25838D;
--steel-blue-800: #1B5D65;
--steel-blue-900: #113C40;
--steel-blue-950: #0B2528;
}