Steel Blue
#468CD2
BlueColor Codes
All color formats for development
HEX
#468CD2RGB
rgb(70, 140, 210)HSL
hsl(210, 61%, 55%)OKLCH
oklch(0.627 0.128 250.6)CMYK
cmyk(67%, 33%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#317ECB
2#2C70B5
3#26629E
4#215487
5#1B4671
6#16385A
7#102A44
8#0B1C2D
9#050E17
Tints
Lighter variations
1#5998D7
2#6BA3DB
3#7EAFE0
4#90BAE4
5#A3C6E9
6#B5D1ED
7#C8DDF2
8#DAE8F6
9#EDF4FB
Tones
Muted variations
1#4D8CCB
2#548CC4
3#5B8CBD
4#628CB6
5#698CAF
6#708CA8
7#778CA1
8#7E8C9A
9#858C93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2ED #E2EDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADE #CADEF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C4 #A1C4E8 | BordersInactive statesPlaceholder text |
| 400 | 6FA6 #6FA6DC | Disabled statesSecondary iconsMuted text |
| 500 | 468C #468CD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C70 #2C70B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2359 #235990 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1940 #194067 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1029 #102942 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1A #0A1A29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F7FC;
--steel-blue-100: #E2EDF8;
--steel-blue-200: #CADEF2;
--steel-blue-300: #A1C4E8;
--steel-blue-400: #6FA6DC;
--steel-blue-500: #468CD2;
--steel-blue-600: #2C70B5;
--steel-blue-700: #235990;
--steel-blue-800: #194067;
--steel-blue-900: #102942;
--steel-blue-950: #0A1A29;
}