Steel Blue
#31AFAD
CyanColor Codes
All color formats for development
HEX
#31AFADRGB
rgb(49, 175, 173)HSL
hsl(179, 56%, 44%)OKLCH
oklch(0.688 0.106 193.4)CMYK
cmyk(72%, 0%, 1%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C9E9C
2#278C8A
3#237B79
4#1E6968
5#195856
6#144645
7#0F3534
8#0A2323
9#051211
Tints
Lighter variations
1#38C5C3
2#4DCDCB
3#63D3D1
4#79D9D8
5#90E0DE
6#A6E6E5
7#BCECEB
8#D2F2F2
9#E9F9F8
Tones
Muted variations
1#38A9A7
2#3EA2A1
3#449C9B
4#4B9695
5#51908F
6#578988
7#5D8382
8#647D7C
9#6A7676
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5E4 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDCA | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AFAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6362 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12403F | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2827 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FCFB;
--steel-blue-100: #E3F7F7;
--steel-blue-200: #CBF0F0;
--steel-blue-300: #A4E5E4;
--steel-blue-400: #74D8D6;
--steel-blue-500: #4CCDCA;
--steel-blue-600: #31AFAD;
--steel-blue-700: #278B8A;
--steel-blue-800: #1C6362;
--steel-blue-900: #12403F;
--steel-blue-950: #0B2827;
}