Steel Blue
#5AB8BF
CyanColor Codes
All color formats for development
HEX
#5AB8BFRGB
rgb(90, 184, 191)HSL
hsl(184, 44%, 55%)OKLCH
oklch(0.728 0.089 201.9)CMYK
cmyk(53%, 4%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#47AEB6
2#3F9BA2
3#37888D
4#2F7479
5#276165
6#1F4D51
7#183A3D
8#102728
9#081314
Tints
Lighter variations
1#6ABFC5
2#7BC6CC
3#8BCDD2
4#9CD4D8
5#ACDCDF
6#BDE3E5
7#CDEAEC
8#DEF1F2
9#EEF8F9
Tones
Muted variations
1#5FB4BA
2#64AFB5
3#69ABB0
4#6EA7AB
5#73A2A5
6#789EA0
7#7D999B
8#829596
9#879191
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F4 #E5F4F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFEA #CFEAEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABDB #ABDBDE | BordersInactive statesPlaceholder text |
| 400 | 7EC8 #7EC8CD | Disabled statesSecondary iconsMuted text |
| 500 | 5AB8 #5AB8BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F9B #3F9BA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 327B #327B81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2458 #24585C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1738 #17383B | Primary textHigh emphasis contentDark headings |
| 950 | 0E23 #0E2325 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4FAFB;
--steel-blue-100: #E5F4F5;
--steel-blue-200: #CFEAEC;
--steel-blue-300: #ABDBDE;
--steel-blue-400: #7EC8CD;
--steel-blue-500: #5AB8BF;
--steel-blue-600: #3F9BA2;
--steel-blue-700: #327B81;
--steel-blue-800: #24585C;
--steel-blue-900: #17383B;
--steel-blue-950: #0E2325;
}