Steel Blue
#778FD4
BlueColor Codes
All color formats for development
HEX
#778FD4RGB
rgb(119, 143, 212)HSL
hsl(225, 52%, 65%)OKLCH
oklch(0.66 0.107 268.8)CMYK
cmyk(44%, 33%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5E7ACC
2#4565C4
3#3856B0
4#304A97
5#283D7E
6#203165
7#18254C
8#101932
9#080C19
Tints
Lighter variations
1#859AD8
2#92A5DD
3#A0B0E1
4#AEBCE5
5#BBC7EA
6#C9D2EE
7#D6DDF2
8#E4E9F6
9#F1F4FB
Tones
Muted variations
1#7C91D0
2#8193CB
3#8596C6
4#8A98C2
5#8F9ABD
6#939CB8
7#989FB4
8#9CA1AF
9#A1A3AA
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 | CDD5 #CDD5EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6B5 #A6B5E3 | BordersInactive statesPlaceholder text |
| 400 | 778F #778FD4 | Disabled statesSecondary iconsMuted text |
| 500 | 516E #516EC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3653 #3653AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B42 #2B4288 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F2F #1F2F61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 141E #141E3E | 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: #CDD5EF;
--steel-blue-300: #A6B5E3;
--steel-blue-400: #778FD4;
--steel-blue-500: #516EC8;
--steel-blue-600: #3653AB;
--steel-blue-700: #2B4288;
--steel-blue-800: #1F2F61;
--steel-blue-900: #141E3E;
--steel-blue-950: #0C1327;
}