Royal Blue
#467ED2
BlueColor Codes
All color formats for development
HEX
#467ED2RGB
rgb(70, 126, 210)HSL
hsl(216, 61%, 55%)OKLCH
oklch(0.596 0.142 258.4)CMYK
cmyk(67%, 40%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#316FCB
2#2C63B5
3#26569E
4#214A87
5#1B3E71
6#16315A
7#102544
8#0B192D
9#050C17
Tints
Lighter variations
1#598BD7
2#6B98DB
3#7EA5E0
4#90B2E4
5#A3BFE9
6#B5CCED
7#C8D8F2
8#DAE5F6
9#EDF2FB
Tones
Muted variations
1#4D80CB
2#5481C4
3#5B82BD
4#6284B6
5#6985AF
6#7087A8
7#7788A1
8#7E899A
9#858B93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EB #E2EBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADA #CADAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1BD #A1BDE8 | BordersInactive statesPlaceholder text |
| 400 | 6F9B #6F9BDC | Disabled statesSecondary iconsMuted text |
| 500 | 467E #467ED2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C63 #2C63B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 234E #234E90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1938 #193867 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1024 #102442 | Primary textHigh emphasis contentDark headings |
| 950 | 0A16 #0A1629 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F6FC;
--royal-blue-100: #E2EBF8;
--royal-blue-200: #CADAF2;
--royal-blue-300: #A1BDE8;
--royal-blue-400: #6F9BDC;
--royal-blue-500: #467ED2;
--royal-blue-600: #2C63B5;
--royal-blue-700: #234E90;
--royal-blue-800: #193867;
--royal-blue-900: #102442;
--royal-blue-950: #0A1629;
}