Steel Blue
#55BAC3
CyanColor Codes
All color formats for development
HEX
#55BAC3RGB
rgb(85, 186, 195)HSL
hsl(185, 48%, 55%)OKLCH
oklch(0.733 0.094 203.2)CMYK
cmyk(56%, 5%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42B1BB
2#3A9DA6
3#338991
4#2C767D
5#246268
6#1D4F53
7#163B3E
8#0F272A
9#071415
Tints
Lighter variations
1#66C1C9
2#77C8CF
3#88CFD5
4#99D6DB
5#AADDE1
6#BBE3E7
7#CCEAED
8#DDF1F3
9#EEF8F9
Tones
Muted variations
1#5BB6BE
2#60B1B8
3#66ACB3
4#6BA8AD
5#71A3A8
6#769FA2
7#7C9A9D
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 | E5F4 #E5F4F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEEB #CEEBEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8DC #A8DCE1 | BordersInactive statesPlaceholder text |
| 400 | 7BC9 #7BC9D1 | Disabled statesSecondary iconsMuted text |
| 500 | 55BA #55BAC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A9D #3A9DA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E7D #2E7D84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2159 #21595E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1539 #15393C | 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: #E5F4F6;
--steel-blue-200: #CEEBEE;
--steel-blue-300: #A8DCE1;
--steel-blue-400: #7BC9D1;
--steel-blue-500: #55BAC3;
--steel-blue-600: #3A9DA6;
--steel-blue-700: #2E7D84;
--steel-blue-800: #21595E;
--steel-blue-900: #15393C;
--steel-blue-950: #0D2426;
}