Steel Blue
#37A9A9
CyanColor Codes
All color formats for development
HEX
#37A9A9RGB
rgb(55, 169, 169)HSL
hsl(180, 51%, 44%)OKLCH
oklch(0.673 0.1 195)CMYK
cmyk(67%, 0%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#319898
2#2C8888
3#267777
4#216666
5#1B5555
6#164444
7#103333
8#0B2222
9#051111
Tints
Lighter variations
1#3EBFBF
2#52C7C7
3#68CECE
4#7ED5D5
5#93DCDC
6#A9E3E3
7#BEEAEA
8#D4F1F1
9#E9F8F8
Tones
Muted variations
1#3DA4A4
2#429E9E
3#489898
4#4E9393
5#548D8D
6#598787
7#5F8181
8#657C7C
9#6A7676
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F6 #E4F6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDEF #CDEFEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6E2 #A6E2E2 | BordersInactive statesPlaceholder text |
| 400 | 78D3 #78D3D3 | Disabled statesSecondary iconsMuted text |
| 500 | 52C7 #52C7C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 37A9 #37A9A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C87 #2C8787 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F60 #1F6060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 143E #143E3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C27 #0C2727 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FBFB;
--steel-blue-100: #E4F6F6;
--steel-blue-200: #CDEFEF;
--steel-blue-300: #A6E2E2;
--steel-blue-400: #78D3D3;
--steel-blue-500: #52C7C7;
--steel-blue-600: #37A9A9;
--steel-blue-700: #2C8787;
--steel-blue-800: #1F6060;
--steel-blue-900: #143E3E;
--steel-blue-950: #0C2727;
}