Steel Blue
#2AB7B0
CyanColor Codes
All color formats for development
HEX
#2AB7B0RGB
rgb(42, 183, 176)HSL
hsl(177, 63%, 44%)OKLCH
oklch(0.707 0.114 189.8)CMYK
cmyk(77%, 0%, 4%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25A59E
2#21928D
3#1D807B
4#196E69
5#155B58
6#114946
7#0C3735
8#082523
9#041212
Tints
Lighter variations
1#2FCEC6
2#45D5CE
3#5CDAD4
4#73DFDA
5#8BE5E0
6#A2EAE6
7#B9EFEC
8#D0F4F3
9#E8FAF9
Tones
Muted variations
1#31B0A9
2#38A9A3
3#3FA29D
4#469B96
5#4D9490
6#548C8A
7#5B8583
8#627E7D
9#697777
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9E6 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDED8 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB7B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21918C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186864 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4340 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FCFC;
--steel-blue-100: #E2F8F7;
--steel-blue-200: #C9F3F1;
--steel-blue-300: #9FE9E6;
--steel-blue-400: #6EDED8;
--steel-blue-500: #44D5CD;
--steel-blue-600: #2AB7B0;
--steel-blue-700: #21918C;
--steel-blue-800: #186864;
--steel-blue-900: #0F4340;
--steel-blue-950: #092A28;
}