Steel Blue
#469DD2
BlueColor Codes
All color formats for development
HEX
#469DD2RGB
rgb(70, 157, 210)HSL
hsl(203, 61%, 55%)OKLCH
oklch(0.665 0.114 238.6)CMYK
cmyk(67%, 25%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3190CB
2#2C80B5
3#26709E
4#216087
5#1B5071
6#16405A
7#103044
8#0B202D
9#051017
Tints
Lighter variations
1#59A6D7
2#6BB0DB
3#7EBAE0
4#90C4E4
5#A3CEE9
6#B5D8ED
7#C8E1F2
8#DAEBF6
9#EDF5FB
Tones
Muted variations
1#4D9BCB
2#5499C4
3#5B98BD
4#6296B6
5#6994AF
6#7093A8
7#7791A1
8#7E909A
9#858E93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F0 #E2F0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE3 #CAE3F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1CD #A1CDE8 | BordersInactive statesPlaceholder text |
| 400 | 6FB2 #6FB2DC | Disabled statesSecondary iconsMuted text |
| 500 | 469D #469DD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C80 #2C80B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2366 #236690 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1949 #194967 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102F #102F42 | 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: #E2F0F8;
--steel-blue-200: #CAE3F2;
--steel-blue-300: #A1CDE8;
--steel-blue-400: #6FB2DC;
--steel-blue-500: #469DD2;
--steel-blue-600: #2C80B5;
--steel-blue-700: #236690;
--steel-blue-800: #194967;
--steel-blue-900: #102F42;
--steel-blue-950: #0A1D29;
}