Steel Blue
#54B9C4
CyanColor Codes
All color formats for development
HEX
#54B9C4RGB
rgb(84, 185, 196)HSL
hsl(186, 49%, 55%)OKLCH
oklch(0.73 0.095 205)CMYK
cmyk(57%, 6%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40B0BC
2#399CA7
3#328992
4#2B757D
5#246268
6#1D4E54
7#153B3F
8#0E272A
9#071415
Tints
Lighter variations
1#65C0CA
2#76C7D0
3#87CED6
4#98D5DC
5#AADCE2
6#BBE3E8
7#CCEAED
8#DDF1F3
9#EEF8F9
Tones
Muted variations
1#5AB5BF
2#5FB0B9
3#65ACB4
4#6BA7AE
5#70A3A8
6#769EA3
7#7B9A9D
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 | CEEB #CEEBEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8DB #A8DBE1 | BordersInactive statesPlaceholder text |
| 400 | 7AC9 #7AC9D1 | Disabled statesSecondary iconsMuted text |
| 500 | 54B9 #54B9C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 399C #399CA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E7C #2E7C85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2159 #21595F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1539 #15393D | 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: #CEEBEE;
--steel-blue-300: #A8DBE1;
--steel-blue-400: #7AC9D1;
--steel-blue-500: #54B9C4;
--steel-blue-600: #399CA7;
--steel-blue-700: #2E7C85;
--steel-blue-800: #21595F;
--steel-blue-900: #15393D;
--steel-blue-950: #0D2326;
}