Steel Blue
#5CAEBC
CyanColor Codes
All color formats for development
HEX
#5CAEBCRGB
rgb(92, 174, 188)HSL
hsl(189, 42%, 55%)OKLCH
oklch(0.704 0.082 209.9)CMYK
cmyk(51%, 7%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49A3B3
2#41919F
3#397F8B
4#316D77
5#295B64
6#214950
7#18363C
8#102428
9#081214
Tints
Lighter variations
1#6CB6C3
2#7DBECA
3#8DC6D0
4#9DCED7
5#AED6DE
6#BEDFE4
7#CEE7EB
8#DEEFF2
9#EFF7F8
Tones
Muted variations
1#61ABB8
2#66A7B3
3#6BA4AE
4#6FA0A9
5#749DA4
6#799AA0
7#7E969B
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 | E6F2 #E6F2F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E8 #D0E8EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD6 #ACD6DD | BordersInactive statesPlaceholder text |
| 400 | 80C0 #80C0CB | Disabled statesSecondary iconsMuted text |
| 500 | 5CAE #5CAEBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4191 #41919F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3473 #34737F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2552 #25525B | 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: #E6F2F5;
--steel-blue-200: #D0E8EC;
--steel-blue-300: #ACD6DD;
--steel-blue-400: #80C0CB;
--steel-blue-500: #5CAEBC;
--steel-blue-600: #41919F;
--steel-blue-700: #34737F;
--steel-blue-800: #25525B;
--steel-blue-900: #18353A;
--steel-blue-950: #0F2124;
}