Steel Blue
#5ABBBF
CyanColor Codes
All color formats for development
HEX
#5ABBBFRGB
rgb(90, 187, 191)HSL
hsl(182, 44%, 55%)OKLCH
oklch(0.735 0.091 199)CMYK
cmyk(53%, 2%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#47B2B6
2#3F9EA2
3#378A8D
4#2F7779
5#276365
6#1F4F51
7#183B3D
8#102828
9#081414
Tints
Lighter variations
1#6AC2C5
2#7BC9CC
3#8BD0D2
4#9CD6D8
5#ACDDDF
6#BDE4E5
7#CDEBEC
8#DEF1F2
9#EEF8F9
Tones
Muted variations
1#5FB7BA
2#64B2B5
3#69ADB0
4#6EA9AB
5#73A4A5
6#789FA0
7#7D9A9B
8#829696
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 | CFEB #CFEBEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABDC #ABDCDE | BordersInactive statesPlaceholder text |
| 400 | 7ECA #7ECACD | Disabled statesSecondary iconsMuted text |
| 500 | 5ABB #5ABBBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F9E #3F9EA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 327E #327E81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 245A #245A5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 173A #173A3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E24 #0E2425 | 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: #CFEBEC;
--steel-blue-300: #ABDCDE;
--steel-blue-400: #7ECACD;
--steel-blue-500: #5ABBBF;
--steel-blue-600: #3F9EA2;
--steel-blue-700: #327E81;
--steel-blue-800: #245A5C;
--steel-blue-900: #173A3B;
--steel-blue-950: #0E2425;
}