Steel Blue
#31AFAF
CyanColor Codes
All color formats for development
HEX
#31AFAFRGB
rgb(49, 175, 175)HSL
hsl(180, 56%, 44%)OKLCH
oklch(0.688 0.106 195)CMYK
cmyk(72%, 0%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C9E9E
2#278C8C
3#237B7B
4#1E6969
5#195858
6#144646
7#0F3535
8#0A2323
9#051212
Tints
Lighter variations
1#38C5C5
2#4DCDCD
3#63D3D3
4#79D9D9
5#90E0E0
6#A6E6E6
7#BCECEC
8#D2F2F2
9#E9F9F9
Tones
Muted variations
1#38A9A9
2#3EA2A2
3#449C9C
4#4B9696
5#519090
6#578989
7#5D8383
8#647D7D
9#6A7676
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5E5 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AFAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6363 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124040 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2828 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FCFC;
--steel-blue-100: #E3F7F7;
--steel-blue-200: #CBF0F0;
--steel-blue-300: #A4E5E5;
--steel-blue-400: #74D8D8;
--steel-blue-500: #4CCDCD;
--steel-blue-600: #31AFAF;
--steel-blue-700: #278B8B;
--steel-blue-800: #1C6363;
--steel-blue-900: #124040;
--steel-blue-950: #0B2828;
}