Steel Blue
#54B0C4
CyanColor Codes
All color formats for development
HEX
#54B0C4RGB
rgb(84, 176, 196)HSL
hsl(191, 49%, 55%)OKLCH
oklch(0.709 0.092 214)CMYK
cmyk(57%, 10%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40A5BC
2#3993A7
3#328192
4#2B6E7D
5#245C68
6#1D4A54
7#15373F
8#0E252A
9#071215
Tints
Lighter variations
1#65B8CA
2#76C0D0
3#87C8D6
4#98D0DC
5#AAD7E2
6#BBDFE8
7#CCE7ED
8#DDEFF3
9#EEF7F9
Tones
Muted variations
1#5AACBF
2#5FA9B9
3#65A5B4
4#6BA2AE
5#709EA8
6#769AA3
7#7B979D
8#819397
9#879092
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F3 #E4F3F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE8 #CEE8EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D7 #A8D7E1 | BordersInactive statesPlaceholder text |
| 400 | 7AC1 #7AC1D1 | Disabled statesSecondary iconsMuted text |
| 500 | 54B0 #54B0C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3993 #3993A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E75 #2E7585 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2154 #21545F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1535 #15353D | Primary textHigh emphasis contentDark headings |
| 950 | 0D21 #0D2126 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4FAFB;
--steel-blue-100: #E4F3F6;
--steel-blue-200: #CEE8EE;
--steel-blue-300: #A8D7E1;
--steel-blue-400: #7AC1D1;
--steel-blue-500: #54B0C4;
--steel-blue-600: #3993A7;
--steel-blue-700: #2E7585;
--steel-blue-800: #21545F;
--steel-blue-900: #15353D;
--steel-blue-950: #0D2126;
}