Steel Blue
#2AABB7
CyanColor Codes
All color formats for development
HEX
#2AABB7RGB
rgb(42, 171, 183)HSL
hsl(185, 63%, 44%)OKLCH
oklch(0.68 0.107 204.5)CMYK
cmyk(77%, 7%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#259AA5
2#218992
3#1D7880
4#19676E
5#15565B
6#114449
7#0C3337
8#082225
9#041112
Tints
Lighter variations
1#2FC1CE
2#45C9D5
3#5CD0DA
4#73D6DF
5#8BDDE5
6#A2E4EA
7#B9EBEF
8#D0F1F4
9#E8F8FA
Tones
Muted variations
1#31A5B0
2#389FA9
3#3F99A2
4#46949B
5#4D8E94
6#54888C
7#5B8285
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 | E2F7 #E2F7F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9EF #C9EFF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE3 #9FE3E9 | BordersInactive statesPlaceholder text |
| 400 | 6ED5 #6ED5DE | Disabled statesSecondary iconsMuted text |
| 500 | 44C8 #44C8D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AAB #2AABB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2188 #218891 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1861 #186168 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3E #0F3E43 | Primary textHigh emphasis contentDark headings |
| 950 | 0927 #09272A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FBFC;
--steel-blue-100: #E2F7F8;
--steel-blue-200: #C9EFF3;
--steel-blue-300: #9FE3E9;
--steel-blue-400: #6ED5DE;
--steel-blue-500: #44C8D5;
--steel-blue-600: #2AABB7;
--steel-blue-700: #218891;
--steel-blue-800: #186168;
--steel-blue-900: #0F3E43;
--steel-blue-950: #09272A;
}