Steel Blue
#54AEC4
CyanColor Codes
All color formats for development
HEX
#54AEC4RGB
rgb(84, 174, 196)HSL
hsl(192, 49%, 55%)OKLCH
oklch(0.704 0.091 216)CMYK
cmyk(57%, 11%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40A3BC
2#3991A7
3#327F92
4#2B6D7D
5#245B68
6#1D4954
7#15363F
8#0E242A
9#071215
Tints
Lighter variations
1#65B6CA
2#76BED0
3#87C6D6
4#98CEDC
5#AAD6E2
6#BBDFE8
7#CCE7ED
8#DDEFF3
9#EEF7F9
Tones
Muted variations
1#5AABBF
2#5FA7B9
3#65A4B4
4#6BA0AE
5#709DA8
6#769AA3
7#7B969D
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 | E4F2 #E4F2F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE8 #CEE8EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D6 #A8D6E1 | BordersInactive statesPlaceholder text |
| 400 | 7AC0 #7AC0D1 | Disabled statesSecondary iconsMuted text |
| 500 | 54AE #54AEC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3991 #3991A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E73 #2E7385 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2152 #21525F | 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: #E4F2F6;
--steel-blue-200: #CEE8EE;
--steel-blue-300: #A8D6E1;
--steel-blue-400: #7AC0D1;
--steel-blue-500: #54AEC4;
--steel-blue-600: #3991A7;
--steel-blue-700: #2E7385;
--steel-blue-800: #21525F;
--steel-blue-900: #15353D;
--steel-blue-950: #0D2126;
}