Steel Blue
#2AB7B7
CyanColor Codes
All color formats for development
HEX
#2AB7B7RGB
rgb(42, 183, 183)HSL
hsl(180, 63%, 44%)OKLCH
oklch(0.71 0.113 194.9)CMYK
cmyk(77%, 0%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25A5A5
2#219292
3#1D8080
4#196E6E
5#155B5B
6#114949
7#0C3737
8#082525
9#041212
Tints
Lighter variations
1#2FCECE
2#45D5D5
3#5CDADA
4#73DFDF
5#8BE5E5
6#A2EAEA
7#B9EFEF
8#D0F4F4
9#E8FAFA
Tones
Muted variations
1#31B0B0
2#38A9A9
3#3FA2A2
4#469B9B
5#4D9494
6#548C8C
7#5B8585
8#627E7E
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 | C9F3 #C9F3F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9E9 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEDE | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB7B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219191 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186868 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4343 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A2A | 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: #C9F3F3;
--steel-blue-300: #9FE9E9;
--steel-blue-400: #6EDEDE;
--steel-blue-500: #44D5D5;
--steel-blue-600: #2AB7B7;
--steel-blue-700: #219191;
--steel-blue-800: #186868;
--steel-blue-900: #0F4343;
--steel-blue-950: #092A2A;
}