Steel Blue
#55B3C3
CyanColor Codes
All color formats for development
HEX
#55B3C3RGB
rgb(85, 179, 195)HSL
hsl(189, 48%, 55%)OKLCH
oklch(0.716 0.091 210.1)CMYK
cmyk(56%, 8%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42A9BB
2#3A96A6
3#338391
4#2C707D
5#245E68
6#1D4B53
7#16383E
8#0F252A
9#071315
Tints
Lighter variations
1#66BAC9
2#77C2CF
3#88CAD5
4#99D1DB
5#AAD9E1
6#BBE1E7
7#CCE8ED
8#DDF0F3
9#EEF7F9
Tones
Muted variations
1#5BAFBE
2#60ABB8
3#66A7B3
4#6BA3AD
5#71A0A8
6#769CA2
7#7C989D
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 | E5F3 #E5F3F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE9 #CEE9EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D8 #A8D8E1 | BordersInactive statesPlaceholder text |
| 400 | 7BC4 #7BC4D1 | Disabled statesSecondary iconsMuted text |
| 500 | 55B3 #55B3C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A96 #3A96A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E77 #2E7784 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2155 #21555E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1537 #15373C | Primary textHigh emphasis contentDark headings |
| 950 | 0D22 #0D2226 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4FAFB;
--steel-blue-100: #E5F3F6;
--steel-blue-200: #CEE9EE;
--steel-blue-300: #A8D8E1;
--steel-blue-400: #7BC4D1;
--steel-blue-500: #55B3C3;
--steel-blue-600: #3A96A6;
--steel-blue-700: #2E7784;
--steel-blue-800: #21555E;
--steel-blue-900: #15373C;
--steel-blue-950: #0D2226;
}