Steel Blue
#7992D2
BlueColor Codes
All color formats for development
HEX
#7992D2RGB
rgb(121, 146, 210)HSL
hsl(223, 50%, 65%)OKLCH
oklch(0.667 0.1 267.4)CMYK
cmyk(42%, 30%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#607ECA
2#476AC2
3#3A5BAE
4#324E95
5#29417C
6#213463
7#19274B
8#111A32
9#080D19
Tints
Lighter variations
1#879DD7
2#94A8DB
3#A1B3E0
4#AFBEE4
5#BCC9E9
6#C9D4ED
7#D7DEF2
8#E4E9F6
9#F2F4FB
Tones
Muted variations
1#7E94CE
2#8296C9
3#8798C5
4#8B9AC1
5#8F9CBC
6#949EB8
7#98A0B3
8#9DA2AF
9#A1A4AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E9 #E4E9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD7 #CDD7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7B8 #A7B8E2 | BordersInactive statesPlaceholder text |
| 400 | 7992 #7992D2 | Disabled statesSecondary iconsMuted text |
| 500 | 5373 #5373C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3858 #3858A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D46 #2D4686 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2032 #203260 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1420 #14203D | Primary textHigh emphasis contentDark headings |
| 950 | 0D14 #0D1426 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E4E9F6;
--steel-blue-200: #CDD7EE;
--steel-blue-300: #A7B8E2;
--steel-blue-400: #7992D2;
--steel-blue-500: #5373C6;
--steel-blue-600: #3858A8;
--steel-blue-700: #2D4686;
--steel-blue-800: #203260;
--steel-blue-900: #14203D;
--steel-blue-950: #0D1426;
}