Steel Blue
#449A9C
CyanColor Codes
All color formats for development
HEX
#449A9CRGB
rgb(68, 154, 156)HSL
hsl(181, 39%, 44%)OKLCH
oklch(0.635 0.082 197.4)CMYK
cmyk(56%, 1%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E8B8C
2#377C7D
3#306C6D
4#295D5E
5#224D4E
6#1B3E3E
7#152E2F
8#0E1F1F
9#070F10
Tints
Lighter variations
1#4DAEB0
2#60B8B9
3#74C1C2
4#88CACB
5#9CD3D3
6#B0DBDC
7#C3E4E5
8#D7EDEE
9#EBF6F6
Tones
Muted variations
1#499698
2#4D9293
3#528E8F
4#568A8A
5#5A8586
6#5F8182
7#637D7D
8#677979
9#6C7475
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 | D1EA #D1EAEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADDA #ADDADB | BordersInactive statesPlaceholder text |
| 400 | 83C7 #83C7C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FB8 #5FB8B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 449A #449A9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 367B #367B7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2758 #275859 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1938 #193839 | 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: #D1EAEB;
--steel-blue-300: #ADDADB;
--steel-blue-400: #83C7C9;
--steel-blue-500: #5FB8B9;
--steel-blue-600: #449A9C;
--steel-blue-700: #367B7C;
--steel-blue-800: #275859;
--steel-blue-900: #193839;
--steel-blue-950: #102323;
}