Steel Blue
#31AFA7
CyanColor Codes
All color formats for development
HEX
#31AFA7RGB
rgb(49, 175, 167)HSL
hsl(176, 56%, 44%)OKLCH
oklch(0.686 0.107 188.7)CMYK
cmyk(72%, 0%, 5%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C9E96
2#278C85
3#237B75
4#1E6964
5#195853
6#144643
7#0F3532
8#0A2321
9#051211
Tints
Lighter variations
1#38C5BC
2#4DCDC4
3#63D3CC
4#79D9D3
5#90E0DA
6#A6E6E2
7#BCECE9
8#D2F2F0
9#E9F9F8
Tones
Muted variations
1#38A9A1
2#3EA29C
3#449C96
4#4B9691
5#51908B
6#578986
7#5D8381
8#647D7B
9#6A7676
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5E1 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8D1 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AFA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C635F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12403D | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2826 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FCFB;
--steel-blue-100: #E3F7F6;
--steel-blue-200: #CBF0EE;
--steel-blue-300: #A4E5E1;
--steel-blue-400: #74D8D1;
--steel-blue-500: #4CCDC4;
--steel-blue-600: #31AFA7;
--steel-blue-700: #278B85;
--steel-blue-800: #1C635F;
--steel-blue-900: #12403D;
--steel-blue-950: #0B2826;
}