Steel Blue
#55ADC3
CyanColor Codes
All color formats for development
HEX
#55ADC3RGB
rgb(85, 173, 195)HSL
hsl(192, 48%, 55%)OKLCH
oklch(0.702 0.09 216.4)CMYK
cmyk(56%, 11%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42A3BB
2#3A91A6
3#337E91
4#2C6C7D
5#245A68
6#1D4853
7#16363E
8#0F242A
9#071215
Tints
Lighter variations
1#66B5C9
2#77BECF
3#88C6D5
4#99CEDB
5#AAD6E1
6#BBDEE7
7#CCE6ED
8#DDEFF3
9#EEF7F9
Tones
Muted variations
1#5BAABE
2#60A7B8
3#66A3B3
4#6BA0AD
5#719DA8
6#7699A2
7#7C969D
8#819397
9#879092
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F2 #E5F2F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE7 #CEE7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D5 #A8D5E1 | BordersInactive statesPlaceholder text |
| 400 | 7BBF #7BBFD1 | Disabled statesSecondary iconsMuted text |
| 500 | 55AD #55ADC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A91 #3A91A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E73 #2E7384 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2152 #21525E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1535 #15353C | Primary textHigh emphasis contentDark headings |
| 950 | 0D21 #0D2126 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4FAFB;
--steel-blue-100: #E5F2F6;
--steel-blue-200: #CEE7EE;
--steel-blue-300: #A8D5E1;
--steel-blue-400: #7BBFD1;
--steel-blue-500: #55ADC3;
--steel-blue-600: #3A91A6;
--steel-blue-700: #2E7384;
--steel-blue-800: #21525E;
--steel-blue-900: #15353C;
--steel-blue-950: #0D2126;
}