Steel Blue
#469FD2
BlueColor Codes
All color formats for development
HEX
#469FD2RGB
rgb(70, 159, 210)HSL
hsl(202, 61%, 55%)OKLCH
oklch(0.67 0.113 237.1)CMYK
cmyk(67%, 24%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3193CB
2#2C82B5
3#26729E
4#216287
5#1B5271
6#16415A
7#103144
8#0B212D
9#051017
Tints
Lighter variations
1#59A9D7
2#6BB2DB
3#7EBCE0
4#90C5E4
5#A3CFE9
6#B5D9ED
7#C8E2F2
8#DAECF6
9#EDF5FB
Tones
Muted variations
1#4D9DCB
2#549BC4
3#5B99BD
4#6297B6
5#6996AF
6#7094A8
7#7792A1
8#7E909A
9#858E93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F0 #E2F0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE3 #CAE3F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1CE #A1CEE8 | BordersInactive statesPlaceholder text |
| 400 | 6FB4 #6FB4DC | Disabled statesSecondary iconsMuted text |
| 500 | 469F #469FD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C82 #2C82B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2368 #236890 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 194A #194A67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102F #102F42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1E #0A1E29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F9FC;
--steel-blue-100: #E2F0F8;
--steel-blue-200: #CAE3F2;
--steel-blue-300: #A1CEE8;
--steel-blue-400: #6FB4DC;
--steel-blue-500: #469FD2;
--steel-blue-600: #2C82B5;
--steel-blue-700: #236890;
--steel-blue-800: #194A67;
--steel-blue-900: #102F42;
--steel-blue-950: #0A1E29;
}