Steel Blue
#3FA2A2
CyanColor Codes
All color formats for development
HEX
#3FA2A2RGB
rgb(63, 162, 162)HSL
hsl(180, 44%, 44%)OKLCH
oklch(0.655 0.091 195.2)CMYK
cmyk(61%, 0%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#399191
2#328181
3#2C7171
4#266161
5#1F5151
6#194141
7#133030
8#0D2020
9#061010
Tints
Lighter variations
1#47B6B6
2#5ABFBF
3#6FC7C7
4#84CFCF
5#98D7D7
6#ADDFDF
7#C1E7E7
8#D6EFEF
9#EAF7F7
Tones
Muted variations
1#449D9D
2#499898
3#4E9393
4#538E8E
5#588989
6#5C8484
7#617F7F
8#667A7A
9#6B7575
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FB #F4FBFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F5 #E5F5F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFEC #CFECEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABDE #ABDEDE | BordersInactive statesPlaceholder text |
| 400 | 7ECD #7ECDCD | Disabled statesSecondary iconsMuted text |
| 500 | 5ABF #5ABFBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3FA2 #3FA2A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3281 #328181 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 245C #245C5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 173B #173B3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E25 #0E2525 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4FBFB;
--steel-blue-100: #E5F5F5;
--steel-blue-200: #CFECEC;
--steel-blue-300: #ABDEDE;
--steel-blue-400: #7ECDCD;
--steel-blue-500: #5ABFBF;
--steel-blue-600: #3FA2A2;
--steel-blue-700: #328181;
--steel-blue-800: #245C5C;
--steel-blue-900: #173B3B;
--steel-blue-950: #0E2525;
}