Steel Blue
#5BADBE
CyanColor Codes
All color formats for development
HEX
#5BADBERGB
rgb(91, 173, 190)HSL
hsl(190, 43%, 55%)OKLCH
oklch(0.702 0.084 212.8)CMYK
cmyk(52%, 9%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48A2B5
2#4090A0
3#387E8C
4#306C78
5#285A64
6#204850
7#18363C
8#102428
9#081214
Tints
Lighter variations
1#6BB5C4
2#7CBECB
3#8CC6D1
4#9DCED8
5#ADD6DE
6#BDDEE5
7#CEE6EB
8#DEEFF2
9#EFF7F8
Tones
Muted variations
1#60AAB9
2#65A7B4
3#6AA3AF
4#6FA0AA
5#749DA5
6#7999A0
7#7D969B
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 | E5F2 #E5F2F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E7 #D0E7EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD5 #ABD5DE | BordersInactive statesPlaceholder text |
| 400 | 7FBF #7FBFCC | Disabled statesSecondary iconsMuted text |
| 500 | 5BAD #5BADBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4090 #4090A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3373 #337380 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2452 #24525B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1734 #17343A | Primary textHigh emphasis contentDark headings |
| 950 | 0F21 #0F2124 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4FAFB;
--steel-blue-100: #E5F2F5;
--steel-blue-200: #D0E7EC;
--steel-blue-300: #ABD5DE;
--steel-blue-400: #7FBFCC;
--steel-blue-500: #5BADBE;
--steel-blue-600: #4090A0;
--steel-blue-700: #337380;
--steel-blue-800: #24525B;
--steel-blue-900: #17343A;
--steel-blue-950: #0F2124;
}