Steel Blue
#5BB4BE
CyanColor Codes
All color formats for development
HEX
#5BB4BERGB
rgb(91, 180, 190)HSL
hsl(186, 43%, 55%)OKLCH
oklch(0.719 0.086 205.1)CMYK
cmyk(52%, 5%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48AAB5
2#4097A0
3#38848C
4#307178
5#285E64
6#204B50
7#18393C
8#102628
9#081314
Tints
Lighter variations
1#6BBBC4
2#7CC3CB
3#8CCAD1
4#9DD2D8
5#ADD9DE
6#BDE1E5
7#CEE8EB
8#DEF0F2
9#EFF7F8
Tones
Muted variations
1#60B0B9
2#65ACB4
3#6AA8AF
4#6FA4AA
5#74A0A5
6#799CA0
7#7D989B
8#829496
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 | D0E9 #D0E9EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD9 #ABD9DE | BordersInactive statesPlaceholder text |
| 400 | 7FC4 #7FC4CC | Disabled statesSecondary iconsMuted text |
| 500 | 5BB4 #5BB4BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4097 #4097A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3378 #337880 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2456 #24565B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1737 #17373A | Primary textHigh emphasis contentDark headings |
| 950 | 0F22 #0F2224 | 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: #D0E9EC;
--steel-blue-300: #ABD9DE;
--steel-blue-400: #7FC4CC;
--steel-blue-500: #5BB4BE;
--steel-blue-600: #4097A0;
--steel-blue-700: #337880;
--steel-blue-800: #24565B;
--steel-blue-900: #17373A;
--steel-blue-950: #0F2224;
}