Steel Blue
#5CB3BC
CyanColor Codes
All color formats for development
HEX
#5CB3BCRGB
rgb(92, 179, 188)HSL
hsl(186, 42%, 55%)OKLCH
oklch(0.716 0.085 204.3)CMYK
cmyk(51%, 5%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49A9B3
2#41969F
3#39838B
4#317077
5#295E64
6#214B50
7#18383C
8#102528
9#081314
Tints
Lighter variations
1#6CBAC3
2#7DC2CA
3#8DCAD0
4#9DD1D7
5#AED9DE
6#BEE1E4
7#CEE8EB
8#DEF0F2
9#EFF7F8
Tones
Muted variations
1#61AFB8
2#66ABB3
3#6BA7AE
4#6FA3A9
5#74A0A4
6#799CA0
7#7E989B
8#839496
9#879091
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F3 #E6F3F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E9 #D0E9EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD8 #ACD8DD | BordersInactive statesPlaceholder text |
| 400 | 80C4 #80C4CB | Disabled statesSecondary iconsMuted text |
| 500 | 5CB3 #5CB3BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4196 #41969F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3477 #34777F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2555 #25555B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1837 #18373A | 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: #E6F3F5;
--steel-blue-200: #D0E9EC;
--steel-blue-300: #ACD8DD;
--steel-blue-400: #80C4CB;
--steel-blue-500: #5CB3BC;
--steel-blue-600: #41969F;
--steel-blue-700: #34777F;
--steel-blue-800: #25555B;
--steel-blue-900: #18373A;
--steel-blue-950: #0F2224;
}