Steel Blue
#469AD2
BlueColor Codes
All color formats for development
HEX
#469AD2RGB
rgb(70, 154, 210)HSL
hsl(204, 61%, 55%)OKLCH
oklch(0.659 0.116 240.9)CMYK
cmyk(67%, 27%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#318ECB
2#2C7EB5
3#266E9E
4#215E87
5#1B4F71
6#163F5A
7#102F44
8#0B1F2D
9#051017
Tints
Lighter variations
1#59A4D7
2#6BAEDB
3#7EB8E0
4#90C3E4
5#A3CDE9
6#B5D7ED
7#C8E1F2
8#DAEBF6
9#EDF5FB
Tones
Muted variations
1#4D99CB
2#5497C4
3#5B96BD
4#6295B6
5#6993AF
6#7092A8
7#7790A1
8#7E8F9A
9#858E93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EF #E2EFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE2 #CAE2F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1CC #A1CCE8 | BordersInactive statesPlaceholder text |
| 400 | 6FB1 #6FB1DC | Disabled statesSecondary iconsMuted text |
| 500 | 469A #469AD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C7E #2C7EB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2364 #236490 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1948 #194867 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102E #102E42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1D #0A1D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F8FC;
--steel-blue-100: #E2EFF8;
--steel-blue-200: #CAE2F2;
--steel-blue-300: #A1CCE8;
--steel-blue-400: #6FB1DC;
--steel-blue-500: #469AD2;
--steel-blue-600: #2C7EB5;
--steel-blue-700: #236490;
--steel-blue-800: #194867;
--steel-blue-900: #102E42;
--steel-blue-950: #0A1D29;
}