Steel Blue
#54BBC4
CyanColor Codes
All color formats for development
HEX
#54BBC4RGB
rgb(84, 187, 196)HSL
hsl(185, 49%, 55%)OKLCH
oklch(0.735 0.096 203.1)CMYK
cmyk(57%, 5%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40B2BC
2#399EA7
3#328A92
4#2B777D
5#246368
6#1D4F54
7#153B3F
8#0E282A
9#071415
Tints
Lighter variations
1#65C2CA
2#76C9D0
3#87CFD6
4#98D6DC
5#AADDE2
6#BBE4E8
7#CCEBED
8#DDF1F3
9#EEF8F9
Tones
Muted variations
1#5AB6BF
2#5FB2B9
3#65ADB4
4#6BA8AE
5#70A4A8
6#769FA3
7#7B9A9D
8#819697
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 | A8DC #A8DCE1 | BordersInactive statesPlaceholder text |
| 400 | 7ACA #7ACAD1 | Disabled statesSecondary iconsMuted text |
| 500 | 54BB #54BBC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 399E #399EA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E7E #2E7E85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 215A #215A5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1539 #15393D | Primary textHigh emphasis contentDark headings |
| 950 | 0D24 #0D2426 | 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: #A8DCE1;
--steel-blue-400: #7ACAD1;
--steel-blue-500: #54BBC4;
--steel-blue-600: #399EA7;
--steel-blue-700: #2E7E85;
--steel-blue-800: #215A5F;
--steel-blue-900: #15393D;
--steel-blue-950: #0D2426;
}