Steel Blue
#2AB7A6
CyanColor Codes
All color formats for development
HEX
#2AB7A6RGB
rgb(42, 183, 166)HSL
hsl(173, 63%, 44%)OKLCH
oklch(0.704 0.117 182.7)CMYK
cmyk(77%, 0%, 9%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25A596
2#219285
3#1D8074
4#196E64
5#155B53
6#114943
7#0C3732
8#082521
9#041211
Tints
Lighter variations
1#2FCEBC
2#45D5C4
3#5CDACB
4#73DFD3
5#8BE5DA
6#A2EAE1
7#B9EFE9
8#D0F4F0
9#E8FAF8
Tones
Muted variations
1#31B0A1
2#38A99C
3#3FA296
4#469B91
5#4D948B
6#548C86
7#5B8580
8#627E7B
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 #C9F3EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9E1 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDED1 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB7A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219184 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18685F | 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: #C9F3EE;
--steel-blue-300: #9FE9E1;
--steel-blue-400: #6EDED1;
--steel-blue-500: #44D5C4;
--steel-blue-600: #2AB7A6;
--steel-blue-700: #219184;
--steel-blue-800: #18685F;
--steel-blue-900: #0F433D;
--steel-blue-950: #092A26;
}