Steel Blue
#2AB7AB
CyanColor Codes
All color formats for development
HEX
#2AB7ABRGB
rgb(42, 183, 171)HSL
hsl(175, 63%, 44%)OKLCH
oklch(0.706 0.115 186.2)CMYK
cmyk(77%, 0%, 7%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25A59A
2#219289
3#1D8078
4#196E67
5#155B56
6#114944
7#0C3733
8#082522
9#041211
Tints
Lighter variations
1#2FCEC1
2#45D5C9
3#5CDAD0
4#73DFD6
5#8BE5DD
6#A2EAE4
7#B9EFEB
8#D0F4F1
9#E8FAF8
Tones
Muted variations
1#31B0A5
2#38A99F
3#3FA299
4#469B94
5#4D948E
6#548C88
7#5B8582
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 #E2F8F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9E3 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDED5 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB7AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219188 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186861 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433E | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FCFB;
--steel-blue-100: #E2F8F7;
--steel-blue-200: #C9F3EF;
--steel-blue-300: #9FE9E3;
--steel-blue-400: #6EDED5;
--steel-blue-500: #44D5C8;
--steel-blue-600: #2AB7AB;
--steel-blue-700: #219188;
--steel-blue-800: #186861;
--steel-blue-900: #0F433E;
--steel-blue-950: #092A27;
}