Steel Blue
#5BB0BE
CyanColor Codes
All color formats for development
HEX
#5BB0BERGB
rgb(91, 176, 190)HSL
hsl(188, 43%, 55%)OKLCH
oklch(0.709 0.085 209.4)CMYK
cmyk(52%, 7%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48A6B5
2#4094A0
3#38818C
4#306F78
5#285C64
6#204A50
7#18373C
8#102528
9#081214
Tints
Lighter variations
1#6BB8C4
2#7CC0CB
3#8CC8D1
4#9DD0D8
5#ADD8DE
6#BDE0E5
7#CEE7EB
8#DEEFF2
9#EFF7F8
Tones
Muted variations
1#60ADB9
2#65A9B4
3#6AA6AF
4#6FA2AA
5#749EA5
6#799BA0
7#7D979B
8#829396
9#879091
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F3 #E5F3F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E8 #D0E8EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD7 #ABD7DE | BordersInactive statesPlaceholder text |
| 400 | 7FC2 #7FC2CC | Disabled statesSecondary iconsMuted text |
| 500 | 5BB0 #5BB0BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4094 #4094A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3375 #337580 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2454 #24545B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1736 #17363A | Primary textHigh emphasis contentDark headings |
| 950 | 0F22 #0F2224 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4FAFB;
--steel-blue-100: #E5F3F5;
--steel-blue-200: #D0E8EC;
--steel-blue-300: #ABD7DE;
--steel-blue-400: #7FC2CC;
--steel-blue-500: #5BB0BE;
--steel-blue-600: #4094A0;
--steel-blue-700: #337580;
--steel-blue-800: #24545B;
--steel-blue-900: #17363A;
--steel-blue-950: #0F2224;
}