Steel Blue
#5FAFB9
CyanColor Codes
All color formats for development
HEX
#5FAFB9RGB
rgb(95, 175, 185)HSL
hsl(187, 39%, 55%)OKLCH
oklch(0.707 0.08 206.1)CMYK
cmyk(49%, 5%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4DA4AF
2#44929C
3#3C8088
4#336D75
5#2B5B61
6#22494E
7#1A373A
8#112427
9#091213
Tints
Lighter variations
1#6FB7C0
2#7FBFC7
3#8FC7CE
4#9FCFD5
5#AFD7DC
6#BFDFE3
7#CFE7EA
8#DFEFF1
9#EFF7F8
Tones
Muted variations
1#64ABB5
2#68A8B0
3#6DA4AC
4#71A1A7
5#769DA3
6#7A9A9E
7#7F979A
8#839395
9#889091
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F2 #E6F2F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E8 #D1E8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD6 #ADD6DB | BordersInactive statesPlaceholder text |
| 400 | 83C0 #83C0C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FAF #5FAFB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4492 #44929C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3674 #36747C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2753 #275359 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1935 #193539 | Primary textHigh emphasis contentDark headings |
| 950 | 1021 #102123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4FAFA;
--steel-blue-100: #E6F2F4;
--steel-blue-200: #D1E8EB;
--steel-blue-300: #ADD6DB;
--steel-blue-400: #83C0C9;
--steel-blue-500: #5FAFB9;
--steel-blue-600: #44929C;
--steel-blue-700: #36747C;
--steel-blue-800: #275359;
--steel-blue-900: #193539;
--steel-blue-950: #102123;
}