Steel Blue
#5CB6BC
CyanColor Codes
All color formats for development
HEX
#5CB6BCRGB
rgb(92, 182, 188)HSL
hsl(184, 42%, 55%)OKLCH
oklch(0.723 0.086 201.2)CMYK
cmyk(51%, 3%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49ACB3
2#41999F
3#39868B
4#317377
5#296064
6#214D50
7#18393C
8#102628
9#081314
Tints
Lighter variations
1#6CBDC3
2#7DC5CA
3#8DCCD0
4#9DD3D7
5#AEDBDE
6#BEE2E4
7#CEE9EB
8#DEF0F2
9#EFF8F8
Tones
Muted variations
1#61B2B8
2#66AEB3
3#6BA9AE
4#6FA5A9
5#74A1A4
6#799DA0
7#7E999B
8#839596
9#879091
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F4 #E6F4F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0EA #D0EAEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACDA #ACDADD | BordersInactive statesPlaceholder text |
| 400 | 80C6 #80C6CB | Disabled statesSecondary iconsMuted text |
| 500 | 5CB6 #5CB6BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4199 #41999F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 347A #347A7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2557 #25575B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1838 #18383A | Primary textHigh emphasis contentDark headings |
| 950 | 0F23 #0F2324 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4FAFB;
--steel-blue-100: #E6F4F5;
--steel-blue-200: #D0EAEC;
--steel-blue-300: #ACDADD;
--steel-blue-400: #80C6CB;
--steel-blue-500: #5CB6BC;
--steel-blue-600: #41999F;
--steel-blue-700: #347A7F;
--steel-blue-800: #25575B;
--steel-blue-900: #18383A;
--steel-blue-950: #0F2324;
}