Steel Blue
#31A0AF
CyanColor Codes
All color formats for development
HEX
#31A0AFRGB
rgb(49, 160, 175)HSL
hsl(187, 56%, 44%)OKLCH
oklch(0.651 0.099 208.2)CMYK
cmyk(72%, 9%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C909E
2#27808C
3#23707B
4#1E6069
5#195058
6#144046
7#0F3035
8#0A2023
9#051012
Tints
Lighter variations
1#38B5C5
2#4DBECD
3#63C6D3
4#79CED9
5#90D6E0
6#A6DEE6
7#BCE7EC
8#D2EFF2
9#E9F7F9
Tones
Muted variations
1#389CA9
2#3E97A2
3#44929C
4#4B8D96
5#518890
6#578389
7#5D7F83
8#647A7D
9#6A7576
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F5 #E3F5F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBEC #CBECF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4DE #A4DEE5 | BordersInactive statesPlaceholder text |
| 400 | 74CC #74CCD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CBE #4CBECD | Primary brand colorCTAsActive elementsLinks |
| 600 | 31A0 #31A0AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2780 #27808B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C5B #1C5B63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123A #123A40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B24 #0B2428 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FBFC;
--steel-blue-100: #E3F5F7;
--steel-blue-200: #CBECF0;
--steel-blue-300: #A4DEE5;
--steel-blue-400: #74CCD8;
--steel-blue-500: #4CBECD;
--steel-blue-600: #31A0AF;
--steel-blue-700: #27808B;
--steel-blue-800: #1C5B63;
--steel-blue-900: #123A40;
--steel-blue-950: #0B2428;
}