Steel Blue
#5BB5BE
CyanColor Codes
All color formats for development
HEX
#5BB5BERGB
rgb(91, 181, 190)HSL
hsl(185, 43%, 55%)OKLCH
oklch(0.721 0.087 204.1)CMYK
cmyk(52%, 5%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48ABB5
2#4098A0
3#38858C
4#307278
5#285F64
6#204C50
7#18393C
8#102628
9#081314
Tints
Lighter variations
1#6BBDC4
2#7CC4CB
3#8CCBD1
4#9DD3D8
5#ADDADE
6#BDE2E5
7#CEE9EB
8#DEF0F2
9#EFF8F8
Tones
Muted variations
1#60B1B9
2#65ADB4
3#6AA9AF
4#6FA5AA
5#74A1A5
6#799DA0
7#7D999B
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 | E5F4 #E5F4F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0EA #D0EAEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD9 #ABD9DE | BordersInactive statesPlaceholder text |
| 400 | 7FC6 #7FC6CC | Disabled statesSecondary iconsMuted text |
| 500 | 5BB5 #5BB5BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4098 #4098A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3379 #337980 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2457 #24575B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1737 #17373A | Primary textHigh emphasis contentDark headings |
| 950 | 0F23 #0F2324 | 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: #D0EAEC;
--steel-blue-300: #ABD9DE;
--steel-blue-400: #7FC6CC;
--steel-blue-500: #5BB5BE;
--steel-blue-600: #4098A0;
--steel-blue-700: #337980;
--steel-blue-800: #24575B;
--steel-blue-900: #17373A;
--steel-blue-950: #0F2324;
}