Steel Blue
#2F9CB1
CyanColor Codes
All color formats for development
HEX
#2F9CB1RGB
rgb(47, 156, 177)HSL
hsl(190, 58%, 44%)OKLCH
oklch(0.642 0.099 213.5)CMYK
cmyk(73%, 12%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A8CA0
2#267C8E
3#216D7C
4#1C5D6A
5#184E59
6#133E47
7#0E2F35
8#091F23
9#051012
Tints
Lighter variations
1#35AFC8
2#4BB9CF
3#61C2D5
4#78CADB
5#8ED3E1
6#A5DCE7
7#BBE5ED
8#D2EDF3
9#E8F6F9
Tones
Muted variations
1#3697AB
2#3C93A4
3#438F9E
4#498A97
5#508691
6#56828A
7#5D7D84
8#63797D
9#6A7577
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F4 #E3F4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBEB #CBEBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2DB #A2DBE6 | BordersInactive statesPlaceholder text |
| 400 | 72C8 #72C8DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AB9 #4AB9CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F9C #2F9CB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 257C #257C8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B58 #1B5865 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1139 #113940 | Primary textHigh emphasis contentDark headings |
| 950 | 0B23 #0B2328 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FAFC;
--steel-blue-100: #E3F4F8;
--steel-blue-200: #CBEBF1;
--steel-blue-300: #A2DBE6;
--steel-blue-400: #72C8DA;
--steel-blue-500: #4AB9CF;
--steel-blue-600: #2F9CB1;
--steel-blue-700: #257C8D;
--steel-blue-800: #1B5865;
--steel-blue-900: #113940;
--steel-blue-950: #0B2328;
}