Steel Blue
#2FA9B1
CyanColor Codes
All color formats for development
HEX
#2FA9B1RGB
rgb(47, 169, 177)HSL
hsl(184, 58%, 44%)OKLCH
oklch(0.674 0.103 201.6)CMYK
cmyk(73%, 5%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A98A0
2#26878E
3#21767C
4#1C656A
5#185459
6#134347
7#0E3335
8#092223
9#051112
Tints
Lighter variations
1#35BEC8
2#4BC6CF
3#61CDD5
4#78D4DB
5#8EDBE1
6#A5E3E7
7#BBEAED
8#D2F1F3
9#E8F8F9
Tones
Muted variations
1#36A3AB
2#3C9DA4
3#43989E
4#499297
5#508C91
6#56878A
7#5D8184
8#637B7D
9#6A7677
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F6 #E3F6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBEF #CBEFF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E2 #A2E2E6 | BordersInactive statesPlaceholder text |
| 400 | 72D3 #72D3DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AC6 #4AC6CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FA9 #2FA9B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2586 #25868D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B60 #1B6065 | Text on light backgroundsHeadingsStrong borders |
| 900 | 113D #113D40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B26 #0B2628 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FBFC;
--steel-blue-100: #E3F6F8;
--steel-blue-200: #CBEFF1;
--steel-blue-300: #A2E2E6;
--steel-blue-400: #72D3DA;
--steel-blue-500: #4AC6CF;
--steel-blue-600: #2FA9B1;
--steel-blue-700: #25868D;
--steel-blue-800: #1B6065;
--steel-blue-900: #113D40;
--steel-blue-950: #0B2628;
}