Steel Blue
#31AFA9
CyanColor Codes
All color formats for development
HEX
#31AFA9RGB
rgb(49, 175, 169)HSL
hsl(177, 56%, 44%)OKLCH
oklch(0.686 0.107 190.2)CMYK
cmyk(72%, 0%, 3%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C9E98
2#278C87
3#237B76
4#1E6965
5#195854
6#144643
7#0F3533
8#0A2322
9#051211
Tints
Lighter variations
1#38C5BE
2#4DCDC6
3#63D3CD
4#79D9D5
5#90E0DC
6#A6E6E3
7#BCECEA
8#D2F2F1
9#E9F9F8
Tones
Muted variations
1#38A9A3
2#3EA29D
3#449C98
4#4B9692
5#51908C
6#578987
7#5D8381
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 #E3F7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5E2 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8D3 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AFA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6360 | 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: #CBF0EF;
--steel-blue-300: #A4E5E2;
--steel-blue-400: #74D8D3;
--steel-blue-500: #4CCDC6;
--steel-blue-600: #31AFA9;
--steel-blue-700: #278B86;
--steel-blue-800: #1C6360;
--steel-blue-900: #12403D;
--steel-blue-950: #0B2826;
}