Steel Blue
#31A5AF
CyanColor Codes
All color formats for development
HEX
#31A5AFRGB
rgb(49, 165, 175)HSL
hsl(185, 56%, 44%)OKLCH
oklch(0.664 0.1 203.5)CMYK
cmyk(72%, 6%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C949E
2#27848C
3#23737B
4#1E6369
5#195258
6#144246
7#0F3135
8#0A2123
9#051012
Tints
Lighter variations
1#38BAC5
2#4DC2CD
3#63CAD3
4#79D1D9
5#90D9E0
6#A6E1E6
7#BCE8EC
8#D2F0F2
9#E9F7F9
Tones
Muted variations
1#389FA9
2#3E9AA2
3#44959C
4#4B9096
5#518A90
6#578589
7#5D8083
8#647B7D
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 | CBED #CBEDF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E0 #A4E0E5 | BordersInactive statesPlaceholder text |
| 400 | 74CF #74CFD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CC2 #4CC2CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 31A5 #31A5AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2783 #27838B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C5E #1C5E63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123C #123C40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B25 #0B2528 | 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: #CBEDF0;
--steel-blue-300: #A4E0E5;
--steel-blue-400: #74CFD8;
--steel-blue-500: #4CC2CD;
--steel-blue-600: #31A5AF;
--steel-blue-700: #27838B;
--steel-blue-800: #1C5E63;
--steel-blue-900: #123C40;
--steel-blue-950: #0B2528;
}