Steel Blue
#59AAC0
CyanColor Codes
All color formats for development
HEX
#59AAC0RGB
rgb(89, 170, 192)HSL
hsl(193, 45%, 55%)OKLCH
oklch(0.695 0.085 217.7)CMYK
cmyk(54%, 11%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#459EB7
2#3E8DA3
3#367B8E
4#2E6A7A
5#275866
6#1F4651
7#17353D
8#0F2329
9#081214
Tints
Lighter variations
1#69B2C6
2#7ABBCD
3#8BC3D3
4#9BCCD9
5#ACD4DF
6#BCDDE6
7#CDE5EC
8#DEEEF2
9#EEF6F9
Tones
Muted variations
1#5EA7BB
2#63A4B6
3#68A1B0
4#6D9EAB
5#729BA6
6#7898A1
7#7D959C
8#829297
9#878F91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F2 #E5F2F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE6 #CFE6ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAD3 #AAD3DF | BordersInactive statesPlaceholder text |
| 400 | 7EBD #7EBDCE | Disabled statesSecondary iconsMuted text |
| 500 | 59AA #59AAC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E8D #3E8DA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3170 #317081 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2350 #23505C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1633 #16333B | Primary textHigh emphasis contentDark headings |
| 950 | 0E20 #0E2025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F9FB;
--steel-blue-100: #E5F2F5;
--steel-blue-200: #CFE6ED;
--steel-blue-300: #AAD3DF;
--steel-blue-400: #7EBDCE;
--steel-blue-500: #59AAC0;
--steel-blue-600: #3E8DA3;
--steel-blue-700: #317081;
--steel-blue-800: #23505C;
--steel-blue-900: #16333B;
--steel-blue-950: #0E2025;
}