Steel Blue
#5FB0B9
CyanColor Codes
All color formats for development
HEX
#5FB0B9RGB
rgb(95, 176, 185)HSL
hsl(186, 39%, 55%)OKLCH
oklch(0.709 0.08 204.9)CMYK
cmyk(49%, 5%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4DA6AF
2#44939C
3#3C8188
4#336E75
5#2B5C61
6#224A4E
7#1A373A
8#112527
9#091213
Tints
Lighter variations
1#6FB8C0
2#7FC0C7
3#8FC8CE
4#9FD0D5
5#AFD8DC
6#BFDFE3
7#CFE7EA
8#DFEFF1
9#EFF7F8
Tones
Muted variations
1#64ACB5
2#68A9B0
3#6DA5AC
4#71A2A7
5#769EA3
6#7A9B9E
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 | E6F3 #E6F3F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E8 #D1E8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD7 #ADD7DB | BordersInactive statesPlaceholder text |
| 400 | 83C2 #83C2C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FB0 #5FB0B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4493 #44939C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3675 #36757C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2754 #275459 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1936 #193639 | 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: #E6F3F4;
--steel-blue-200: #D1E8EB;
--steel-blue-300: #ADD7DB;
--steel-blue-400: #83C2C9;
--steel-blue-500: #5FB0B9;
--steel-blue-600: #44939C;
--steel-blue-700: #36757C;
--steel-blue-800: #275459;
--steel-blue-900: #193639;
--steel-blue-950: #102123;
}