Royal Blue
#567EF5
BlueColor Codes
All color formats for development
HEX
#567EF5RGB
rgb(86, 126, 245)HSL
hsl(225, 89%, 65%)OKLCH
oklch(0.625 0.183 267)CMYK
cmyk(65%, 49%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3766F3
2#184EF2
3#0D40DB
4#0B37BC
5#092E9D
6#07257D
7#051C5E
8#04123F
9#02091F
Tints
Lighter variations
1#678BF6
2#7898F7
3#89A5F8
4#9AB2F9
5#ABBFFA
6#BCCBFB
7#CCD8FC
8#DDE5FD
9#EEF2FE
Tones
Muted variations
1#5E82ED
2#6686E5
3#6E8ADD
4#768ED5
5#7E92CD
6#8696C6
7#8E9ABE
8#969EB6
9#9EA2AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE5 #DDE5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CF #C0CFFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90AA #90AAF9 | BordersInactive statesPlaceholder text |
| 400 | 567E #567EF5 | Disabled statesSecondary iconsMuted text |
| 500 | 2659 #2659F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C3E #0C3ED4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A32 #0A32A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0723 #072378 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0417 #04174D | Primary textHigh emphasis contentDark headings |
| 950 | 030E #030E30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F4FE;
--royal-blue-100: #DDE5FD;
--royal-blue-200: #C0CFFB;
--royal-blue-300: #90AAF9;
--royal-blue-400: #567EF5;
--royal-blue-500: #2659F2;
--royal-blue-600: #0C3ED4;
--royal-blue-700: #0A32A9;
--royal-blue-800: #072378;
--royal-blue-900: #04174D;
--royal-blue-950: #030E30;
}