Steel Blue
#2AA9B7
CyanColor Codes
All color formats for development
HEX
#2AA9B7RGB
rgb(42, 169, 183)HSL
hsl(186, 63%, 44%)OKLCH
oklch(0.675 0.106 206.2)CMYK
cmyk(77%, 8%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2598A5
2#218792
3#1D7680
4#19656E
5#15545B
6#114349
7#0C3337
8#082225
9#041112
Tints
Lighter variations
1#2FBECE
2#45C6D5
3#5CCDDA
4#73D5DF
5#8BDCE5
6#A2E3EA
7#B9EAEF
8#D0F1F4
9#E8F8FA
Tones
Muted variations
1#31A3B0
2#389DA9
3#3F98A2
4#46929B
5#4D8C94
6#54878C
7#5B8185
8#627C7E
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 | C9EF #C9EFF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE2 #9FE2E9 | BordersInactive statesPlaceholder text |
| 400 | 6ED3 #6ED3DE | Disabled statesSecondary iconsMuted text |
| 500 | 44C6 #44C6D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AA9 #2AA9B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2186 #218691 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1860 #186068 | 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: #C9EFF3;
--steel-blue-300: #9FE2E9;
--steel-blue-400: #6ED3DE;
--steel-blue-500: #44C6D5;
--steel-blue-600: #2AA9B7;
--steel-blue-700: #218691;
--steel-blue-800: #186068;
--steel-blue-900: #0F3D43;
--steel-blue-950: #09262A;
}