Steel Blue
#31A7AF
CyanColor Codes
All color formats for development
HEX
#31A7AFRGB
rgb(49, 167, 175)HSL
hsl(184, 56%, 44%)OKLCH
oklch(0.669 0.101 201.7)CMYK
cmyk(72%, 5%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C969E
2#27858C
3#23757B
4#1E6469
5#195358
6#144346
7#0F3235
8#0A2123
9#051112
Tints
Lighter variations
1#38BCC5
2#4DC4CD
3#63CCD3
4#79D3D9
5#90DAE0
6#A6E2E6
7#BCE9EC
8#D2F0F2
9#E9F8F9
Tones
Muted variations
1#38A1A9
2#3E9CA2
3#44969C
4#4B9196
5#518B90
6#578689
7#5D8183
8#647B7D
9#6A7676
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F6 #E3F6F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBEE #CBEEF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E1 #A4E1E5 | BordersInactive statesPlaceholder text |
| 400 | 74D1 #74D1D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CC4 #4CC4CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 31A7 #31A7AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2785 #27858B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C5F #1C5F63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123D #123D40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B26 #0B2628 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FBFC;
--steel-blue-100: #E3F6F7;
--steel-blue-200: #CBEEF0;
--steel-blue-300: #A4E1E5;
--steel-blue-400: #74D1D8;
--steel-blue-500: #4CC4CD;
--steel-blue-600: #31A7AF;
--steel-blue-700: #27858B;
--steel-blue-800: #1C5F63;
--steel-blue-900: #123D40;
--steel-blue-950: #0B2628;
}