Steel Blue
#538CC6
BlueColor Codes
All color formats for development
HEX
#538CC6RGB
rgb(83, 140, 198)HSL
hsl(210, 50%, 55%)OKLCH
oklch(0.626 0.107 250.3)CMYK
cmyk(58%, 29%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F7EBD
2#3870A8
3#316293
4#2A547E
5#234669
6#1C3854
7#152A3F
8#0E1C2A
9#070E15
Tints
Lighter variations
1#6498CB
2#75A3D1
3#87AFD7
4#98BADD
5#A9C6E2
6#BAD1E8
7#CBDDEE
8#DDE8F4
9#EEF4F9
Tones
Muted variations
1#598CC0
2#5E8CBA
3#648CB4
4#6A8CAF
5#708CA9
6#758CA3
7#7B8C9D
8#818C98
9#878C92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4ED #E4EDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDE #CDDEEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7C4 #A7C4E2 | BordersInactive statesPlaceholder text |
| 400 | 79A6 #79A6D2 | Disabled statesSecondary iconsMuted text |
| 500 | 538C #538CC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3870 #3870A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D59 #2D5986 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2040 #204060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1429 #14293D | Primary textHigh emphasis contentDark headings |
| 950 | 0D1A #0D1A26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F7FB;
--steel-blue-100: #E4EDF6;
--steel-blue-200: #CDDEEE;
--steel-blue-300: #A7C4E2;
--steel-blue-400: #79A6D2;
--steel-blue-500: #538CC6;
--steel-blue-600: #3870A8;
--steel-blue-700: #2D5986;
--steel-blue-800: #204060;
--steel-blue-900: #14293D;
--steel-blue-950: #0D1A26;
}