Steel Blue
#54ACC4
CyanColor Codes
All color formats for development
HEX
#54ACC4RGB
rgb(84, 172, 196)HSL
hsl(193, 49%, 55%)OKLCH
oklch(0.7 0.091 218.1)CMYK
cmyk(57%, 12%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40A1BC
2#398FA7
3#327D92
4#2B6C7D
5#245A68
6#1D4854
7#15363F
8#0E242A
9#071215
Tints
Lighter variations
1#65B4CA
2#76BDD0
3#87C5D6
4#98CDDC
5#AAD6E2
6#BBDEE8
7#CCE6ED
8#DDEEF3
9#EEF7F9
Tones
Muted variations
1#5AA9BF
2#5FA6B9
3#65A3B4
4#6B9FAE
5#709CA8
6#7699A3
7#7B969D
8#819397
9#878F92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F2 #E4F2F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE7 #CEE7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D5 #A8D5E1 | BordersInactive statesPlaceholder text |
| 400 | 7ABF #7ABFD1 | Disabled statesSecondary iconsMuted text |
| 500 | 54AC #54ACC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 398F #398FA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E72 #2E7285 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2151 #21515F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1534 #15343D | 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: #F4F9FB;
--steel-blue-100: #E4F2F6;
--steel-blue-200: #CEE7EE;
--steel-blue-300: #A8D5E1;
--steel-blue-400: #7ABFD1;
--steel-blue-500: #54ACC4;
--steel-blue-600: #398FA7;
--steel-blue-700: #2E7285;
--steel-blue-800: #21515F;
--steel-blue-900: #15343D;
--steel-blue-950: #0D2126;
}