Steel Blue
#36ABAB
CyanColor Codes
All color formats for development
HEX
#36ABABRGB
rgb(54, 171, 171)HSL
hsl(180, 52%, 44%)OKLCH
oklch(0.678 0.101 195)CMYK
cmyk(68%, 0%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#309999
2#2B8888
3#267777
4#206666
5#1B5555
6#164444
7#103333
8#0B2222
9#051111
Tints
Lighter variations
1#3DC0C0
2#51C8C8
3#67CFCF
4#7DD6D6
5#92DDDD
6#A8E4E4
7#BEEAEA
8#D4F1F1
9#E9F8F8
Tones
Muted variations
1#3CA5A5
2#429F9F
3#479999
4#4D9393
5#538D8D
6#598888
7#5F8282
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 | A6E3 #A6E3E3 | BordersInactive statesPlaceholder text |
| 400 | 77D4 #77D4D4 | Disabled statesSecondary iconsMuted text |
| 500 | 51C8 #51C8C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 36AB #36ABAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B88 #2B8888 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F61 #1F6161 | 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: #A6E3E3;
--steel-blue-400: #77D4D4;
--steel-blue-500: #51C8C8;
--steel-blue-600: #36ABAB;
--steel-blue-700: #2B8888;
--steel-blue-800: #1F6161;
--steel-blue-900: #143E3E;
--steel-blue-950: #0C2727;
}