Steel Blue
#54AAC4
CyanColor Codes
All color formats for development
HEX
#54AAC4RGB
rgb(84, 170, 196)HSL
hsl(194, 49%, 55%)OKLCH
oklch(0.695 0.091 220.3)CMYK
cmyk(57%, 13%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#409FBC
2#398EA7
3#327C92
4#2B6A7D
5#245868
6#1D4754
7#15353F
8#0E232A
9#071215
Tints
Lighter variations
1#65B3CA
2#76BBD0
3#87C4D6
4#98CCDC
5#AAD5E2
6#BBDDE8
7#CCE6ED
8#DDEEF3
9#EEF7F9
Tones
Muted variations
1#5AA7BF
2#5FA4B9
3#65A1B4
4#6B9EAE
5#709BA8
6#7698A3
7#7B959D
8#819297
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 | A8D4 #A8D4E1 | BordersInactive statesPlaceholder text |
| 400 | 7ABD #7ABDD1 | Disabled statesSecondary iconsMuted text |
| 500 | 54AA #54AAC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 398E #398EA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E71 #2E7185 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2150 #21505F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1533 #15333D | Primary textHigh emphasis contentDark headings |
| 950 | 0D20 #0D2026 | 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: #A8D4E1;
--steel-blue-400: #7ABDD1;
--steel-blue-500: #54AAC4;
--steel-blue-600: #398EA7;
--steel-blue-700: #2E7185;
--steel-blue-800: #21505F;
--steel-blue-900: #15333D;
--steel-blue-950: #0D2026;
}