Royal Blue
#467AD2
BlueColor Codes
All color formats for development
HEX
#467AD2RGB
rgb(70, 122, 210)HSL
hsl(218, 61%, 55%)OKLCH
oklch(0.587 0.146 260.3)CMYK
cmyk(67%, 42%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#316ACB
2#2C5EB5
3#26529E
4#214687
5#1B3B71
6#162F5A
7#102344
8#0B172D
9#050C17
Tints
Lighter variations
1#5987D7
2#6B94DB
3#7EA2E0
4#90AFE4
5#A3BCE9
6#B5CAED
7#C8D7F2
8#DAE4F6
9#EDF2FB
Tones
Muted variations
1#4D7BCB
2#547DC4
3#5B7FBD
4#6281B6
5#6983AF
6#7085A8
7#7787A1
8#7E899A
9#858A93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EA #E2EAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD8 #CAD8F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1BB #A1BBE8 | BordersInactive statesPlaceholder text |
| 400 | 6F97 #6F97DC | Disabled statesSecondary iconsMuted text |
| 500 | 467A #467AD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C5E #2C5EB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 234B #234B90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1935 #193567 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1022 #102242 | Primary textHigh emphasis contentDark headings |
| 950 | 0A15 #0A1529 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F6FC;
--royal-blue-100: #E2EAF8;
--royal-blue-200: #CAD8F2;
--royal-blue-300: #A1BBE8;
--royal-blue-400: #6F97DC;
--royal-blue-500: #467AD2;
--royal-blue-600: #2C5EB5;
--royal-blue-700: #234B90;
--royal-blue-800: #193567;
--royal-blue-900: #102242;
--royal-blue-950: #0A1529;
}