Steel Blue
#5CBCBC
CyanColor Codes
All color formats for development
HEX
#5CBCBCRGB
rgb(92, 188, 188)HSL
hsl(180, 42%, 55%)OKLCH
oklch(0.738 0.091 195.4)CMYK
cmyk(51%, 0%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49B3B3
2#419F9F
3#398B8B
4#317777
5#296464
6#215050
7#183C3C
8#102828
9#081414
Tints
Lighter variations
1#6CC3C3
2#7DCACA
3#8DD0D0
4#9DD7D7
5#AEDEDE
6#BEE4E4
7#CEEBEB
8#DEF2F2
9#EFF8F8
Tones
Muted variations
1#61B8B8
2#66B3B3
3#6BAEAE
4#6FA9A9
5#74A4A4
6#79A0A0
7#7E9B9B
8#839696
9#879191
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FB #F4FBFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F5 #E6F5F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0EC #D0ECEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACDD #ACDDDD | BordersInactive statesPlaceholder text |
| 400 | 80CB #80CBCB | Disabled statesSecondary iconsMuted text |
| 500 | 5CBC #5CBCBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 419F #419F9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 347F #347F7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 255B #255B5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 183A #183A3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F24 #0F2424 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4FBFB;
--steel-blue-100: #E6F5F5;
--steel-blue-200: #D0ECEC;
--steel-blue-300: #ACDDDD;
--steel-blue-400: #80CBCB;
--steel-blue-500: #5CBCBC;
--steel-blue-600: #419F9F;
--steel-blue-700: #347F7F;
--steel-blue-800: #255B5B;
--steel-blue-900: #183A3A;
--steel-blue-950: #0F2424;
}