Steel Blue
#5BB2BE
CyanColor Codes
All color formats for development
HEX
#5BB2BERGB
rgb(91, 178, 190)HSL
hsl(187, 43%, 55%)OKLCH
oklch(0.714 0.085 207.2)CMYK
cmyk(52%, 6%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48A8B5
2#4095A0
3#38838C
4#307078
5#285D64
6#204B50
7#18383C
8#102528
9#081314
Tints
Lighter variations
1#6BBAC4
2#7CC1CB
3#8CC9D1
4#9DD1D8
5#ADD9DE
6#BDE0E5
7#CEE8EB
8#DEF0F2
9#EFF7F8
Tones
Muted variations
1#60AEB9
2#65ABB4
3#6AA7AF
4#6FA3AA
5#749FA5
6#799BA0
7#7D989B
8#829496
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 | D0E9 #D0E9EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD8 #ABD8DE | BordersInactive statesPlaceholder text |
| 400 | 7FC3 #7FC3CC | Disabled statesSecondary iconsMuted text |
| 500 | 5BB2 #5BB2BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4095 #4095A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3377 #337780 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2455 #24555B | 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: #D0E9EC;
--steel-blue-300: #ABD8DE;
--steel-blue-400: #7FC3CC;
--steel-blue-500: #5BB2BE;
--steel-blue-600: #4095A0;
--steel-blue-700: #337780;
--steel-blue-800: #24555B;
--steel-blue-900: #17363A;
--steel-blue-950: #0F2224;
}