Steel Blue
#54B7C4
CyanColor Codes
All color formats for development
HEX
#54B7C4RGB
rgb(84, 183, 196)HSL
hsl(187, 49%, 55%)OKLCH
oklch(0.726 0.094 206.9)CMYK
cmyk(57%, 7%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40AEBC
2#399AA7
3#328792
4#2B747D
5#246068
6#1D4D54
7#153A3F
8#0E272A
9#071315
Tints
Lighter variations
1#65BFCA
2#76C6D0
3#87CDD6
4#98D4DC
5#AADBE2
6#BBE2E8
7#CCEAED
8#DDF1F3
9#EEF8F9
Tones
Muted variations
1#5AB3BF
2#5FAFB9
3#65AAB4
4#6BA6AE
5#70A2A8
6#769DA3
7#7B999D
8#819597
9#879192
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 | A8DA #A8DAE1 | BordersInactive statesPlaceholder text |
| 400 | 7AC7 #7AC7D1 | Disabled statesSecondary iconsMuted text |
| 500 | 54B7 #54B7C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 399A #399AA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E7B #2E7B85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2158 #21585F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1538 #15383D | 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: #A8DAE1;
--steel-blue-400: #7AC7D1;
--steel-blue-500: #54B7C4;
--steel-blue-600: #399AA7;
--steel-blue-700: #2E7B85;
--steel-blue-800: #21585F;
--steel-blue-900: #15383D;
--steel-blue-950: #0D2326;
}