Steel Blue
#5BB9BE
CyanColor Codes
All color formats for development
HEX
#5BB9BERGB
rgb(91, 185, 190)HSL
hsl(183, 43%, 55%)OKLCH
oklch(0.731 0.089 200)CMYK
cmyk(52%, 3%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48AFB5
2#409CA0
3#38888C
4#307578
5#286164
6#204E50
7#183A3C
8#102728
9#081314
Tints
Lighter variations
1#6BC0C4
2#7CC7CB
3#8CCED1
4#9DD5D8
5#ADDCDE
6#BDE3E5
7#CEEAEB
8#DEF1F2
9#EFF8F8
Tones
Muted variations
1#60B4B9
2#65B0B4
3#6AABAF
4#6FA7AA
5#74A2A5
6#799EA0
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 | ABDB #ABDBDE | BordersInactive statesPlaceholder text |
| 400 | 7FC8 #7FC8CC | Disabled statesSecondary iconsMuted text |
| 500 | 5BB9 #5BB9BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 409C #409CA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 337C #337C80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2458 #24585B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1739 #17393A | 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: #D0EBEC;
--steel-blue-300: #ABDBDE;
--steel-blue-400: #7FC8CC;
--steel-blue-500: #5BB9BE;
--steel-blue-600: #409CA0;
--steel-blue-700: #337C80;
--steel-blue-800: #24585B;
--steel-blue-900: #17393A;
--steel-blue-950: #0F2324;
}