Steel Blue
#7790D4
BlueColor Codes
All color formats for development
HEX
#7790D4RGB
rgb(119, 144, 212)HSL
hsl(224, 52%, 65%)OKLCH
oklch(0.662 0.106 268.1)CMYK
cmyk(44%, 32%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5E7BCC
2#4567C4
3#3858B0
4#304B97
5#283F7E
6#203265
7#18264C
8#101932
9#080D19
Tints
Lighter variations
1#859BD8
2#92A6DD
3#A0B1E1
4#AEBCE5
5#BBC8EA
6#C9D3EE
7#D6DEF2
8#E4E9F6
9#F1F4FB
Tones
Muted variations
1#7C92D0
2#8194CB
3#8597C6
4#8A99C2
5#8F9BBD
6#939DB8
7#989FB4
8#9CA1AF
9#A1A4AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E9 #E4E9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD6 #CDD6EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6B6 #A6B6E3 | BordersInactive statesPlaceholder text |
| 400 | 7790 #7790D4 | Disabled statesSecondary iconsMuted text |
| 500 | 5170 #5170C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3655 #3655AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B44 #2B4488 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F30 #1F3061 | Text on light backgroundsHeadingsStrong borders |
| 900 | 141F #141F3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C13 #0C1327 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F5FB;
--steel-blue-100: #E4E9F6;
--steel-blue-200: #CDD6EF;
--steel-blue-300: #A6B6E3;
--steel-blue-400: #7790D4;
--steel-blue-500: #5170C8;
--steel-blue-600: #3655AB;
--steel-blue-700: #2B4488;
--steel-blue-800: #1F3061;
--steel-blue-900: #141F3E;
--steel-blue-950: #0C1327;
}