Steel Blue
#54B5C4
CyanColor Codes
All color formats for development
HEX
#54B5C4RGB
rgb(84, 181, 196)HSL
hsl(188, 49%, 55%)OKLCH
oklch(0.721 0.093 208.9)CMYK
cmyk(57%, 8%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40ACBC
2#3999A7
3#328592
4#2B727D
5#245F68
6#1D4C54
7#15393F
8#0E262A
9#071315
Tints
Lighter variations
1#65BDCA
2#76C4D0
3#87CCD6
4#98D3DC
5#AADAE2
6#BBE2E8
7#CCE9ED
8#DDF0F3
9#EEF8F9
Tones
Muted variations
1#5AB1BF
2#5FADB9
3#65A9B4
4#6BA5AE
5#70A1A8
6#769DA3
7#7B999D
8#819497
9#879092
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F4 #E4F4F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEEA #CEEAEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D9 #A8D9E1 | BordersInactive statesPlaceholder text |
| 400 | 7AC6 #7AC6D1 | Disabled statesSecondary iconsMuted text |
| 500 | 54B5 #54B5C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3999 #3999A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E79 #2E7985 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2157 #21575F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1537 #15373D | Primary textHigh emphasis contentDark headings |
| 950 | 0D23 #0D2326 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4FAFB;
--steel-blue-100: #E4F4F6;
--steel-blue-200: #CEEAEE;
--steel-blue-300: #A8D9E1;
--steel-blue-400: #7AC6D1;
--steel-blue-500: #54B5C4;
--steel-blue-600: #3999A7;
--steel-blue-700: #2E7985;
--steel-blue-800: #21575F;
--steel-blue-900: #15373D;
--steel-blue-950: #0D2326;
}