Steel Blue
#2FA0B1
CyanColor Codes
All color formats for development
HEX
#2FA0B1RGB
rgb(47, 160, 177)HSL
hsl(188, 58%, 44%)OKLCH
oklch(0.651 0.1 209.7)CMYK
cmyk(73%, 10%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A90A0
2#26808E
3#21707C
4#1C606A
5#185059
6#134047
7#0E3035
8#092023
9#051012
Tints
Lighter variations
1#35B4C8
2#4BBDCF
3#61C6D5
4#78CEDB
5#8ED6E1
6#A5DEE7
7#BBE6ED
8#D2EFF3
9#E8F7F9
Tones
Muted variations
1#369BAB
2#3C96A4
3#43929E
4#498D97
5#508891
6#56838A
7#5D7F84
8#637A7D
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 | CBEC #CBECF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2DD #A2DDE6 | BordersInactive statesPlaceholder text |
| 400 | 72CC #72CCDA | Disabled statesSecondary iconsMuted text |
| 500 | 4ABD #4ABDCF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FA0 #2FA0B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 257F #257F8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B5B #1B5B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 113A #113A40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B24 #0B2428 | 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: #CBECF1;
--steel-blue-300: #A2DDE6;
--steel-blue-400: #72CCDA;
--steel-blue-500: #4ABDCF;
--steel-blue-600: #2FA0B1;
--steel-blue-700: #257F8D;
--steel-blue-800: #1B5B65;
--steel-blue-900: #113A40;
--steel-blue-950: #0B2428;
}