Royal Blue
#567BF5
BlueColor Codes
All color formats for development
HEX
#567BF5RGB
rgb(86, 123, 245)HSL
hsl(226, 89%, 65%)OKLCH
oklch(0.619 0.187 267.9)CMYK
cmyk(65%, 50%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3763F3
2#184BF2
3#0D3DDB
4#0B34BC
5#092C9D
6#07237D
7#051A5E
8#04113F
9#02091F
Tints
Lighter variations
1#6789F6
2#7896F7
3#89A3F8
4#9AB0F9
5#ABBDFA
6#BCCAFB
7#CCD8FC
8#DDE5FD
9#EEF2FE
Tones
Muted variations
1#5E80ED
2#6684E5
3#6E88DD
4#768CD5
5#7E91CD
6#8695C6
7#8E99BE
8#969DB6
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 | C0CE #C0CEFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90A9 #90A9F9 | BordersInactive statesPlaceholder text |
| 400 | 567B #567BF5 | Disabled statesSecondary iconsMuted text |
| 500 | 2656 #2656F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C3B #0C3BD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A2F #0A2FA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0721 #072178 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0415 #04154D | Primary textHigh emphasis contentDark headings |
| 950 | 030D #030D30 | 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: #C0CEFB;
--royal-blue-300: #90A9F9;
--royal-blue-400: #567BF5;
--royal-blue-500: #2656F2;
--royal-blue-600: #0C3BD4;
--royal-blue-700: #0A2FA9;
--royal-blue-800: #072178;
--royal-blue-900: #04154D;
--royal-blue-950: #030D30;
}