Steel Blue
#286BB8
BlueColor Codes
All color formats for development
HEX
#286BB8RGB
rgb(40, 107, 184)HSL
hsl(212, 64%, 44%)OKLCH
oklch(0.526 0.138 254.4)CMYK
cmyk(78%, 42%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2461A6
2#205693
3#1C4B81
4#18406E
5#14365C
6#102B4A
7#0C2037
8#081525
9#040B12
Tints
Lighter variations
1#2E79CF
2#4488D6
3#5B97DB
4#72A6E0
5#8AB5E5
6#A1C3EA
7#B9D2F0
8#D0E1F5
9#E8F0FA
Tones
Muted variations
1#306CB1
2#376CAA
3#3E6DA2
4#456D9B
5#4C6E94
6#536E8D
7#5B6F86
8#626F7F
9#697077
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EC #E2ECF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9DC #C9DCF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FC2 #9FC2EA | BordersInactive statesPlaceholder text |
| 400 | 6DA2 #6DA2DF | Disabled statesSecondary iconsMuted text |
| 500 | 4387 #4387D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 286B #286BB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2055 #205592 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 173D #173D69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F27 #0F2743 | Primary textHigh emphasis contentDark headings |
| 950 | 0918 #09182A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F7FC;
--steel-blue-100: #E2ECF9;
--steel-blue-200: #C9DCF3;
--steel-blue-300: #9FC2EA;
--steel-blue-400: #6DA2DF;
--steel-blue-500: #4387D6;
--steel-blue-600: #286BB8;
--steel-blue-700: #205592;
--steel-blue-800: #173D69;
--steel-blue-900: #0F2743;
--steel-blue-950: #09182A;
}