Steel Blue
#59A8C0
CyanColor Codes
All color formats for development
HEX
#59A8C0RGB
rgb(89, 168, 192)HSL
hsl(194, 45%, 55%)OKLCH
oklch(0.691 0.085 220)CMYK
cmyk(54%, 13%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#459DB7
2#3E8BA3
3#367A8E
4#2E687A
5#275766
6#1F4651
7#17343D
8#0F2329
9#081114
Tints
Lighter variations
1#69B1C6
2#7AB9CD
3#8BC2D3
4#9BCBD9
5#ACD3DF
6#BCDCE6
7#CDE5EC
8#DEEEF2
9#EEF6F9
Tones
Muted variations
1#5EA5BB
2#63A2B6
3#68A0B0
4#6D9DAB
5#729AA6
6#7897A1
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 | E5F1 #E5F1F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE6 #CFE6ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAD2 #AAD2DF | BordersInactive statesPlaceholder text |
| 400 | 7EBB #7EBBCE | Disabled statesSecondary iconsMuted text |
| 500 | 59A8 #59A8C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E8B #3E8BA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 316F #316F81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 234F #234F5C | 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: #E5F1F5;
--steel-blue-200: #CFE6ED;
--steel-blue-300: #AAD2DF;
--steel-blue-400: #7EBBCE;
--steel-blue-500: #59A8C0;
--steel-blue-600: #3E8BA3;
--steel-blue-700: #316F81;
--steel-blue-800: #234F5C;
--steel-blue-900: #16333B;
--steel-blue-950: #0E2025;
}