Steel Blue
#5BAFBE
CyanColor Codes
All color formats for development
HEX
#5BAFBERGB
rgb(91, 175, 190)HSL
hsl(189, 43%, 55%)OKLCH
oklch(0.707 0.084 210.5)CMYK
cmyk(52%, 8%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48A4B5
2#4092A0
3#38808C
4#306D78
5#285B64
6#204950
7#18373C
8#102428
9#081214
Tints
Lighter variations
1#6BB7C4
2#7CBFCB
3#8CC7D1
4#9DCFD8
5#ADD7DE
6#BDDFE5
7#CEE7EB
8#DEEFF2
9#EFF7F8
Tones
Muted variations
1#60ABB9
2#65A8B4
3#6AA4AF
4#6FA1AA
5#749EA5
6#799AA0
7#7D979B
8#829396
9#879091
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F3 #E5F3F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E8 #D0E8EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD6 #ABD6DE | BordersInactive statesPlaceholder text |
| 400 | 7FC1 #7FC1CC | Disabled statesSecondary iconsMuted text |
| 500 | 5BAF #5BAFBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4092 #4092A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3374 #337480 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2453 #24535B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1735 #17353A | Primary textHigh emphasis contentDark headings |
| 950 | 0F21 #0F2124 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4FAFB;
--steel-blue-100: #E5F3F5;
--steel-blue-200: #D0E8EC;
--steel-blue-300: #ABD6DE;
--steel-blue-400: #7FC1CC;
--steel-blue-500: #5BAFBE;
--steel-blue-600: #4092A0;
--steel-blue-700: #337480;
--steel-blue-800: #24535B;
--steel-blue-900: #17353A;
--steel-blue-950: #0F2124;
}