Steel Blue
#31ADAF
CyanColor Codes
All color formats for development
HEX
#31ADAFRGB
rgb(49, 173, 175)HSL
hsl(181, 56%, 44%)OKLCH
oklch(0.683 0.104 196.6)CMYK
cmyk(72%, 1%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C9C9E
2#278A8C
3#23797B
4#1E6869
5#195658
6#144546
7#0F3435
8#0A2323
9#051112
Tints
Lighter variations
1#38C3C5
2#4DCBCD
3#63D1D3
4#79D8D9
5#90DEE0
6#A6E5E6
7#BCEBEC
8#D2F2F2
9#E9F8F9
Tones
Muted variations
1#38A7A9
2#3EA1A2
3#449B9C
4#4B9596
5#518F90
6#578889
7#5D8283
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 | E3F7 #E3F7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E4 #A4E4E5 | BordersInactive statesPlaceholder text |
| 400 | 74D6 #74D6D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCA #4CCACD | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AD #31ADAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278A #278A8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C62 #1C6263 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B27 #0B2728 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FBFC;
--steel-blue-100: #E3F7F7;
--steel-blue-200: #CBF0F0;
--steel-blue-300: #A4E4E5;
--steel-blue-400: #74D6D8;
--steel-blue-500: #4CCACD;
--steel-blue-600: #31ADAF;
--steel-blue-700: #278A8B;
--steel-blue-800: #1C6263;
--steel-blue-900: #123F40;
--steel-blue-950: #0B2728;
}