Steel Blue
#2AA6B7
CyanColor Codes
All color formats for development
HEX
#2AA6B7RGB
rgb(42, 166, 183)HSL
hsl(187, 63%, 44%)OKLCH
oklch(0.668 0.105 208.8)CMYK
cmyk(77%, 9%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2596A5
2#218592
3#1D7480
4#19646E
5#15535B
6#114349
7#0C3237
8#082125
9#041112
Tints
Lighter variations
1#2FBCCE
2#45C4D5
3#5CCBDA
4#73D3DF
5#8BDAE5
6#A2E1EA
7#B9E9EF
8#D0F0F4
9#E8F8FA
Tones
Muted variations
1#31A1B0
2#389CA9
3#3F96A2
4#46919B
5#4D8B94
6#54868C
7#5B8085
8#627B7E
9#697677
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F6 #E2F6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9EE #C9EEF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE1 #9FE1E9 | BordersInactive statesPlaceholder text |
| 400 | 6ED1 #6ED1DE | Disabled statesSecondary iconsMuted text |
| 500 | 44C4 #44C4D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AA6 #2AA6B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2184 #218491 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 185F #185F68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3D #0F3D43 | Primary textHigh emphasis contentDark headings |
| 950 | 0926 #09262A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FBFC;
--steel-blue-100: #E2F6F8;
--steel-blue-200: #C9EEF3;
--steel-blue-300: #9FE1E9;
--steel-blue-400: #6ED1DE;
--steel-blue-500: #44C4D5;
--steel-blue-600: #2AA6B7;
--steel-blue-700: #218491;
--steel-blue-800: #185F68;
--steel-blue-900: #0F3D43;
--steel-blue-950: #09262A;
}