Steel Blue
#449C9C
CyanColor Codes
All color formats for development
HEX
#449C9CRGB
rgb(68, 156, 156)HSL
hsl(180, 39%, 44%)OKLCH
oklch(0.64 0.084 195.3)CMYK
cmyk(56%, 0%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E8C8C
2#377D7D
3#306D6D
4#295E5E
5#224E4E
6#1B3E3E
7#152F2F
8#0E1F1F
9#071010
Tints
Lighter variations
1#4DB0B0
2#60B9B9
3#74C2C2
4#88CBCB
5#9CD3D3
6#B0DCDC
7#C3E5E5
8#D7EEEE
9#EBF6F6
Tones
Muted variations
1#499898
2#4D9393
3#528F8F
4#568A8A
5#5A8686
6#5F8282
7#637D7D
8#677979
9#6C7575
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F4 #E6F4F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1EB #D1EBEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADDB #ADDBDB | BordersInactive statesPlaceholder text |
| 400 | 83C9 #83C9C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FB9 #5FB9B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 449C #449C9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 367C #367C7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2759 #275959 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1939 #193939 | Primary textHigh emphasis contentDark headings |
| 950 | 1023 #102323 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4FAFA;
--steel-blue-100: #E6F4F4;
--steel-blue-200: #D1EBEB;
--steel-blue-300: #ADDBDB;
--steel-blue-400: #83C9C9;
--steel-blue-500: #5FB9B9;
--steel-blue-600: #449C9C;
--steel-blue-700: #367C7C;
--steel-blue-800: #275959;
--steel-blue-900: #193939;
--steel-blue-950: #102323;
}