Steel Blue
#5DB0BB
CyanColor Codes
All color formats for development
HEX
#5DB0BBRGB
rgb(93, 176, 187)HSL
hsl(187, 41%, 55%)OKLCH
oklch(0.709 0.082 206.7)CMYK
cmyk(50%, 6%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4AA6B2
2#42939E
3#3A818A
4#326F77
5#295C63
6#214A4F
7#19373B
8#112528
9#081214
Tints
Lighter variations
1#6DB8C2
2#7EC0C9
3#8EC8D0
4#9ED0D6
5#AED8DD
6#BEE0E4
7#CEE7EB
8#DFEFF1
9#EFF7F8
Tones
Muted variations
1#62ADB7
2#67A9B2
3#6BA5AD
4#70A2A8
5#759EA4
6#799B9F
7#7E979A
8#839396
9#889091
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F3 #E6F3F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E8 #D0E8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD7 #ACD7DC | BordersInactive statesPlaceholder text |
| 400 | 81C2 #81C2CA | Disabled statesSecondary iconsMuted text |
| 500 | 5DB0 #5DB0BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4293 #42939E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3575 #35757E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2654 #26545A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1836 #18363A | 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: #F4FAFA;
--steel-blue-100: #E6F3F4;
--steel-blue-200: #D0E8EB;
--steel-blue-300: #ACD7DC;
--steel-blue-400: #81C2CA;
--steel-blue-500: #5DB0BB;
--steel-blue-600: #42939E;
--steel-blue-700: #35757E;
--steel-blue-800: #26545A;
--steel-blue-900: #18363A;
--steel-blue-950: #0F2224;
}