Steel Blue
#2AA4B7
CyanColor Codes
All color formats for development
HEX
#2AA4B7RGB
rgb(42, 164, 183)HSL
hsl(188, 63%, 44%)OKLCH
oklch(0.663 0.105 210.6)CMYK
cmyk(77%, 10%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2594A5
2#218392
3#1D7380
4#19626E
5#15525B
6#114249
7#0C3137
8#082125
9#041012
Tints
Lighter variations
1#2FB9CE
2#45C2D5
3#5CC9DA
4#73D1DF
5#8BD9E5
6#A2E0EA
7#B9E8EF
8#D0F0F4
9#E8F7FA
Tones
Muted variations
1#319FB0
2#389AA9
3#3F94A2
4#468F9B
5#4D8A94
6#54858C
7#5B8085
8#627B7E
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 | C9ED #C9EDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FDF #9FDFE9 | BordersInactive statesPlaceholder text |
| 400 | 6ECF #6ECFDE | Disabled statesSecondary iconsMuted text |
| 500 | 44C1 #44C1D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AA4 #2AA4B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2182 #218291 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 185D #185D68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3C #0F3C43 | 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: #C9EDF3;
--steel-blue-300: #9FDFE9;
--steel-blue-400: #6ECFDE;
--steel-blue-500: #44C1D5;
--steel-blue-600: #2AA4B7;
--steel-blue-700: #218291;
--steel-blue-800: #185D68;
--steel-blue-900: #0F3C43;
--steel-blue-950: #09252A;
}