Steel Blue
#31A9AF
CyanColor Codes
All color formats for development
HEX
#31A9AFRGB
rgb(49, 169, 175)HSL
hsl(183, 56%, 44%)OKLCH
oklch(0.673 0.102 200)CMYK
cmyk(72%, 3%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C989E
2#27878C
3#23767B
4#1E6569
5#195458
6#144346
7#0F3335
8#0A2223
9#051112
Tints
Lighter variations
1#38BEC5
2#4DC6CD
3#63CDD3
4#79D5D9
5#90DCE0
6#A6E3E6
7#BCEAEC
8#D2F1F2
9#E9F8F9
Tones
Muted variations
1#38A3A9
2#3E9DA2
3#44989C
4#4B9296
5#518C90
6#578789
7#5D8183
8#647C7D
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 | CBEF #CBEFF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E2 #A4E2E5 | BordersInactive statesPlaceholder text |
| 400 | 74D3 #74D3D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CC6 #4CC6CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 31A9 #31A9AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2786 #27868B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C60 #1C6063 | 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: #CBEFF0;
--steel-blue-300: #A4E2E5;
--steel-blue-400: #74D3D8;
--steel-blue-500: #4CC6CD;
--steel-blue-600: #31A9AF;
--steel-blue-700: #27868B;
--steel-blue-800: #1C6063;
--steel-blue-900: #123D40;
--steel-blue-950: #0B2628;
}