Steel Blue
#2AA2B7
CyanColor Codes
All color formats for development
HEX
#2AA2B7RGB
rgb(42, 162, 183)HSL
hsl(189, 63%, 44%)OKLCH
oklch(0.658 0.105 212.4)CMYK
cmyk(77%, 11%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2592A5
2#218192
3#1D7180
4#19616E
5#15515B
6#114149
7#0C3137
8#082025
9#041012
Tints
Lighter variations
1#2FB6CE
2#45BFD5
3#5CC7DA
4#73CFDF
5#8BD7E5
6#A2DFEA
7#B9E7EF
8#D0EFF4
9#E8F7FA
Tones
Muted variations
1#319DB0
2#3898A9
3#3F93A2
4#468E9B
5#4D8994
6#54848C
7#5B7F85
8#627A7E
9#697577
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F5 #E2F5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9EC #C9ECF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FDE #9FDEE9 | BordersInactive statesPlaceholder text |
| 400 | 6ECD #6ECDDE | Disabled statesSecondary iconsMuted text |
| 500 | 44BF #44BFD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AA2 #2AA2B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2181 #218191 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 185C #185C68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3B #0F3B43 | Primary textHigh emphasis contentDark headings |
| 950 | 0925 #09252A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FBFC;
--steel-blue-100: #E2F5F8;
--steel-blue-200: #C9ECF3;
--steel-blue-300: #9FDEE9;
--steel-blue-400: #6ECDDE;
--steel-blue-500: #44BFD5;
--steel-blue-600: #2AA2B7;
--steel-blue-700: #218191;
--steel-blue-800: #185C68;
--steel-blue-900: #0F3B43;
--steel-blue-950: #09252A;
}