Steel Blue
#5BBABE
CyanColor Codes
All color formats for development
HEX
#5BBABERGB
rgb(91, 186, 190)HSL
hsl(182, 43%, 55%)OKLCH
oklch(0.733 0.09 199.1)CMYK
cmyk(52%, 2%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48B1B5
2#409DA0
3#388A8C
4#307678
5#286264
6#204F50
7#183B3C
8#102728
9#081414
Tints
Lighter variations
1#6BC1C4
2#7CC8CB
3#8CCFD1
4#9DD6D8
5#ADDDDE
6#BDE4E5
7#CEEAEB
8#DEF1F2
9#EFF8F8
Tones
Muted variations
1#60B6B9
2#65B1B4
3#6AACAF
4#6FA8AA
5#74A3A5
6#799FA0
7#7D9A9B
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 | D0EB #D0EBEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABDC #ABDCDE | BordersInactive statesPlaceholder text |
| 400 | 7FCA #7FCACC | Disabled statesSecondary iconsMuted text |
| 500 | 5BBA #5BBABE | Primary brand colorCTAsActive elementsLinks |
| 600 | 409D #409DA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 337D #337D80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2459 #24595B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1739 #17393A | Primary textHigh emphasis contentDark headings |
| 950 | 0F24 #0F2424 | 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: #D0EBEC;
--steel-blue-300: #ABDCDE;
--steel-blue-400: #7FCACC;
--steel-blue-500: #5BBABE;
--steel-blue-600: #409DA0;
--steel-blue-700: #337D80;
--steel-blue-800: #24595B;
--steel-blue-900: #17393A;
--steel-blue-950: #0F2424;
}