Steel Blue
#40A0A0
CyanColor Codes
All color formats for development
HEX
#40A0A0RGB
rgb(64, 160, 160)HSL
hsl(180, 43%, 44%)OKLCH
oklch(0.65 0.089 195.2)CMYK
cmyk(60%, 0%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A9090
2#338080
3#2D7070
4#266060
5#205050
6#1A4040
7#133030
8#0D2020
9#061010
Tints
Lighter variations
1#48B5B5
2#5CBEBE
3#70C6C6
4#84CECE
5#99D6D6
6#ADDEDE
7#C2E7E7
8#D6EFEF
9#EBF7F7
Tones
Muted variations
1#459C9C
2#4A9797
3#4E9292
4#538D8D
5#588888
6#5D8383
7#627F7F
8#677A7A
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 | D0EC #D0ECEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABDE #ABDEDE | BordersInactive statesPlaceholder text |
| 400 | 7FCC #7FCCCC | Disabled statesSecondary iconsMuted text |
| 500 | 5BBE #5BBEBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 40A0 #40A0A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3380 #338080 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 245B #245B5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 173A #173A3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F24 #0F2424 | 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: #D0ECEC;
--steel-blue-300: #ABDEDE;
--steel-blue-400: #7FCCCC;
--steel-blue-500: #5BBEBE;
--steel-blue-600: #40A0A0;
--steel-blue-700: #338080;
--steel-blue-800: #245B5B;
--steel-blue-900: #173A3A;
--steel-blue-950: #0F2424;
}