Steel Blue
#599AC0
BlueColor Codes
All color formats for development
HEX
#599AC0RGB
rgb(89, 154, 192)HSL
hsl(202, 45%, 55%)OKLCH
oklch(0.658 0.088 235.9)CMYK
cmyk(54%, 20%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#458DB7
2#3E7EA3
3#366E8E
4#2E5E7A
5#274F66
6#1F3F51
7#172F3D
8#0F1F29
9#081014
Tints
Lighter variations
1#69A4C6
2#7AAECD
3#8BB8D3
4#9BC2D9
5#ACCDDF
6#BCD7E6
7#CDE1EC
8#DEEBF2
9#EEF5F9
Tones
Muted variations
1#5E99BB
2#6397B6
3#6896B0
4#6D95AB
5#7293A6
6#7892A1
7#7D909C
8#828F97
9#878E91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EF #E5EFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE2 #CFE2ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AACB #AACBDF | BordersInactive statesPlaceholder text |
| 400 | 7EB0 #7EB0CE | Disabled statesSecondary iconsMuted text |
| 500 | 599A #599AC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E7E #3E7EA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3164 #316481 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2347 #23475C | Text on light backgroundsHeadingsStrong borders |
| 900 | 162E #162E3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1D #0E1D25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F8FB;
--steel-blue-100: #E5EFF5;
--steel-blue-200: #CFE2ED;
--steel-blue-300: #AACBDF;
--steel-blue-400: #7EB0CE;
--steel-blue-500: #599AC0;
--steel-blue-600: #3E7EA3;
--steel-blue-700: #316481;
--steel-blue-800: #23475C;
--steel-blue-900: #162E3B;
--steel-blue-950: #0E1D25;
}