Steel Blue
#2AB5B7
CyanColor Codes
All color formats for development
HEX
#2AB5B7RGB
rgb(42, 181, 183)HSL
hsl(181, 63%, 44%)OKLCH
oklch(0.705 0.112 196.4)CMYK
cmyk(77%, 1%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25A2A5
2#219092
3#1D7E80
4#196C6E
5#155A5B
6#114849
7#0C3637
8#082425
9#041212
Tints
Lighter variations
1#2FCCCE
2#45D2D5
3#5CD8DA
4#73DDDF
5#8BE3E5
6#A2E9EA
7#B9EEEF
8#D0F4F4
9#E8F9FA
Tones
Muted variations
1#31AEB0
2#38A7A9
3#3FA0A2
4#46999B
5#4D9294
6#548C8C
7#5B8585
8#627E7E
9#697777
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F2 #C9F2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE8 #9FE8E9 | BordersInactive statesPlaceholder text |
| 400 | 6EDC #6EDCDE | Disabled statesSecondary iconsMuted text |
| 500 | 44D2 #44D2D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB5 #2AB5B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2190 #219091 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1867 #186768 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F42 #0F4243 | Primary textHigh emphasis contentDark headings |
| 950 | 0929 #09292A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FCFC;
--steel-blue-100: #E2F8F8;
--steel-blue-200: #C9F2F3;
--steel-blue-300: #9FE8E9;
--steel-blue-400: #6EDCDE;
--steel-blue-500: #44D2D5;
--steel-blue-600: #2AB5B7;
--steel-blue-700: #219091;
--steel-blue-800: #186768;
--steel-blue-900: #0F4243;
--steel-blue-950: #09292A;
}