Steel Blue
#2AB2B7
CyanColor Codes
All color formats for development
HEX
#2AB2B7RGB
rgb(42, 178, 183)HSL
hsl(182, 63%, 44%)OKLCH
oklch(0.697 0.11 198.8)CMYK
cmyk(77%, 3%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25A0A5
2#218F92
3#1D7D80
4#196B6E
5#15595B
6#114749
7#0C3537
8#082425
9#041212
Tints
Lighter variations
1#2FC9CE
2#45D0D5
3#5CD6DA
4#73DCDF
5#8BE2E5
6#A2E7EA
7#B9EDEF
8#D0F3F4
9#E8F9FA
Tones
Muted variations
1#31ACB0
2#38A5A9
3#3F9EA2
4#46989B
5#4D9194
6#548B8C
7#5B8485
8#627D7E
9#697777
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F1 #C9F1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE7 #9FE7E9 | BordersInactive statesPlaceholder text |
| 400 | 6EDA #6EDADE | Disabled statesSecondary iconsMuted text |
| 500 | 44D0 #44D0D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB2 #2AB2B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 218E #218E91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1865 #186568 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F41 #0F4143 | Primary textHigh emphasis contentDark headings |
| 950 | 0928 #09282A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FCFC;
--steel-blue-100: #E2F8F8;
--steel-blue-200: #C9F1F3;
--steel-blue-300: #9FE7E9;
--steel-blue-400: #6EDADE;
--steel-blue-500: #44D0D5;
--steel-blue-600: #2AB2B7;
--steel-blue-700: #218E91;
--steel-blue-800: #186568;
--steel-blue-900: #0F4143;
--steel-blue-950: #09282A;
}