Steel Blue
#5CB0BC
CyanColor Codes
All color formats for development
HEX
#5CB0BCRGB
rgb(92, 176, 188)HSL
hsl(188, 42%, 55%)OKLCH
oklch(0.709 0.083 207.6)CMYK
cmyk(51%, 6%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49A5B3
2#41939F
3#39808B
4#316E77
5#295C64
6#214950
7#18373C
8#102528
9#081214
Tints
Lighter variations
1#6CB8C3
2#7DBFCA
3#8DC7D0
4#9DCFD7
5#AED7DE
6#BEDFE4
7#CEE7EB
8#DEEFF2
9#EFF7F8
Tones
Muted variations
1#61ACB8
2#66A9B3
3#6BA5AE
4#6FA1A9
5#749EA4
6#799AA0
7#7E979B
8#839396
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 | D0E8 #D0E8EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD6 #ACD6DD | BordersInactive statesPlaceholder text |
| 400 | 80C1 #80C1CB | Disabled statesSecondary iconsMuted text |
| 500 | 5CB0 #5CB0BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4193 #41939F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3475 #34757F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2553 #25535B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1835 #18353A | 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: #E6F3F5;
--steel-blue-200: #D0E8EC;
--steel-blue-300: #ACD6DD;
--steel-blue-400: #80C1CB;
--steel-blue-500: #5CB0BC;
--steel-blue-600: #41939F;
--steel-blue-700: #34757F;
--steel-blue-800: #25535B;
--steel-blue-900: #18353A;
--steel-blue-950: #0F2124;
}