Steel Blue
#59AFC0
CyanColor Codes
All color formats for development
HEX
#59AFC0RGB
rgb(89, 175, 192)HSL
hsl(190, 45%, 55%)OKLCH
oklch(0.707 0.086 212.2)CMYK
cmyk(54%, 9%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45A4B7
2#3E92A3
3#36808E
4#2E6D7A
5#275B66
6#1F4951
7#17373D
8#0F2429
9#081214
Tints
Lighter variations
1#69B7C6
2#7ABFCD
3#8BC7D3
4#9BCFD9
5#ACD7DF
6#BCDFE6
7#CDE7EC
8#DEEFF2
9#EEF7F9
Tones
Muted variations
1#5EABBB
2#63A8B6
3#68A4B0
4#6DA1AB
5#729DA6
6#789AA1
7#7D979C
8#829397
9#879091
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F3 #E5F3F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE8 #CFE8ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAD6 #AAD6DF | BordersInactive statesPlaceholder text |
| 400 | 7EC1 #7EC1CE | Disabled statesSecondary iconsMuted text |
| 500 | 59AF #59AFC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E92 #3E92A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3174 #317481 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2353 #23535C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1635 #16353B | Primary textHigh emphasis contentDark headings |
| 950 | 0E21 #0E2125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4FAFB;
--steel-blue-100: #E5F3F5;
--steel-blue-200: #CFE8ED;
--steel-blue-300: #AAD6DF;
--steel-blue-400: #7EC1CE;
--steel-blue-500: #59AFC0;
--steel-blue-600: #3E92A3;
--steel-blue-700: #317481;
--steel-blue-800: #23535C;
--steel-blue-900: #16353B;
--steel-blue-950: #0E2125;
}