Steel Blue
#5CABBC
CyanColor Codes
All color formats for development
HEX
#5CABBCRGB
rgb(92, 171, 188)HSL
hsl(191, 42%, 55%)OKLCH
oklch(0.697 0.081 213.3)CMYK
cmyk(51%, 9%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49A0B3
2#418E9F
3#397C8B
4#316B77
5#295964
6#214750
7#18353C
8#102428
9#081214
Tints
Lighter variations
1#6CB3C3
2#7DBCCA
3#8DC4D0
4#9DCCD7
5#AED5DE
6#BEDDE4
7#CEE6EB
8#DEEEF2
9#EFF7F8
Tones
Muted variations
1#61A8B8
2#66A5B3
3#6BA2AE
4#6F9FA9
5#749CA4
6#7998A0
7#7E959B
8#839296
9#878F91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F2 #E6F2F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E7 #D0E7EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD4 #ACD4DD | BordersInactive statesPlaceholder text |
| 400 | 80BD #80BDCB | Disabled statesSecondary iconsMuted text |
| 500 | 5CAB #5CABBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 418E #418E9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3471 #34717F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2551 #25515B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1834 #18343A | Primary textHigh emphasis contentDark headings |
| 950 | 0F20 #0F2024 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F9FB;
--steel-blue-100: #E6F2F5;
--steel-blue-200: #D0E7EC;
--steel-blue-300: #ACD4DD;
--steel-blue-400: #80BDCB;
--steel-blue-500: #5CABBC;
--steel-blue-600: #418E9F;
--steel-blue-700: #34717F;
--steel-blue-800: #25515B;
--steel-blue-900: #18343A;
--steel-blue-950: #0F2024;
}