Steel Blue
#2AB7A9
CyanColor Codes
All color formats for development
HEX
#2AB7A9RGB
rgb(42, 183, 169)HSL
hsl(174, 63%, 44%)OKLCH
oklch(0.705 0.116 184.8)CMYK
cmyk(77%, 0%, 8%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25A598
2#219287
3#1D8076
4#196E65
5#155B54
6#114943
7#0C3733
8#082522
9#041211
Tints
Lighter variations
1#2FCEBE
2#45D5C6
3#5CDACD
4#73DFD5
5#8BE5DC
6#A2EAE3
7#B9EFEA
8#D0F4F1
9#E8FAF8
Tones
Muted variations
1#31B0A3
2#38A99D
3#3FA298
4#469B92
5#4D948C
6#548C87
7#5B8581
8#627E7C
9#697776
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9E2 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDED3 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB7A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219186 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186860 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433D | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FCFB;
--steel-blue-100: #E2F8F6;
--steel-blue-200: #C9F3EF;
--steel-blue-300: #9FE9E2;
--steel-blue-400: #6EDED3;
--steel-blue-500: #44D5C6;
--steel-blue-600: #2AB7A9;
--steel-blue-700: #219186;
--steel-blue-800: #186860;
--steel-blue-900: #0F433D;
--steel-blue-950: #092A26;
}