Steel Blue
#2AB7B2
CyanColor Codes
All color formats for development
HEX
#2AB7B2RGB
rgb(42, 183, 178)HSL
hsl(178, 63%, 44%)OKLCH
oklch(0.708 0.113 191.2)CMYK
cmyk(77%, 0%, 3%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25A5A0
2#21928F
3#1D807D
4#196E6B
5#155B59
6#114947
7#0C3735
8#082524
9#041212
Tints
Lighter variations
1#2FCEC9
2#45D5D0
3#5CDAD6
4#73DFDC
5#8BE5E2
6#A2EAE7
7#B9EFED
8#D0F4F3
9#E8FAF9
Tones
Muted variations
1#31B0AC
2#38A9A5
3#3FA29E
4#469B98
5#4D9491
6#548C8B
7#5B8584
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 #E2F8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9E7 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEDA | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB7B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21918E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186865 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4341 | 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: #E2F8F8;
--steel-blue-200: #C9F3F1;
--steel-blue-300: #9FE9E7;
--steel-blue-400: #6EDEDA;
--steel-blue-500: #44D5D0;
--steel-blue-600: #2AB7B2;
--steel-blue-700: #21918E;
--steel-blue-800: #186865;
--steel-blue-900: #0F4341;
--steel-blue-950: #092A28;
}