Steel Blue
#5BB7BE
CyanColor Codes
All color formats for development
HEX
#5BB7BERGB
rgb(91, 183, 190)HSL
hsl(184, 43%, 55%)OKLCH
oklch(0.726 0.088 202)CMYK
cmyk(52%, 4%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48ADB5
2#409AA0
3#38878C
4#307478
5#286064
6#204D50
7#183A3C
8#102728
9#081314
Tints
Lighter variations
1#6BBEC4
2#7CC5CB
3#8CCDD1
4#9DD4D8
5#ADDBDE
6#BDE2E5
7#CEE9EB
8#DEF1F2
9#EFF8F8
Tones
Muted variations
1#60B3B9
2#65AEB4
3#6AAAAF
4#6FA6AA
5#74A2A5
6#799DA0
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 | D0EA #D0EAEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABDA #ABDADE | BordersInactive statesPlaceholder text |
| 400 | 7FC7 #7FC7CC | Disabled statesSecondary iconsMuted text |
| 500 | 5BB7 #5BB7BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 409A #409AA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 337B #337B80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2458 #24585B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1738 #17383A | 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: #ABDADE;
--steel-blue-400: #7FC7CC;
--steel-blue-500: #5BB7BE;
--steel-blue-600: #409AA0;
--steel-blue-700: #337B80;
--steel-blue-800: #24585B;
--steel-blue-900: #17383A;
--steel-blue-950: #0F2324;
}