Royal Blue
#568EF5
BlueColor Codes
All color formats for development
HEX
#568EF5RGB
rgb(86, 142, 245)HSL
hsl(219, 89%, 65%)OKLCH
oklch(0.658 0.165 261.5)CMYK
cmyk(65%, 42%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3779F3
2#1864F2
3#0D55DB
4#0B49BC
5#093D9D
6#07317D
7#05245E
8#04183F
9#020C1F
Tints
Lighter variations
1#6799F6
2#78A5F7
3#89B0F8
4#9ABBF9
5#ABC6FA
6#BCD2FB
7#CCDDFC
8#DDE8FD
9#EEF4FE
Tones
Muted variations
1#5E90ED
2#6693E5
3#6E95DD
4#7697D5
5#7E9ACD
6#869CC6
7#8E9FBE
8#96A1B6
9#9EA3AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE8 #DDE8FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D5 #C0D5FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90B5 #90B5F9 | BordersInactive statesPlaceholder text |
| 400 | 568E #568EF5 | Disabled statesSecondary iconsMuted text |
| 500 | 266E #266EF2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C52 #0C52D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A41 #0A41A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 072F #072F78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 041E #041E4D | Primary textHigh emphasis contentDark headings |
| 950 | 0313 #031330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F5FE;
--royal-blue-100: #DDE8FD;
--royal-blue-200: #C0D5FB;
--royal-blue-300: #90B5F9;
--royal-blue-400: #568EF5;
--royal-blue-500: #266EF2;
--royal-blue-600: #0C52D4;
--royal-blue-700: #0A41A9;
--royal-blue-800: #072F78;
--royal-blue-900: #041E4D;
--royal-blue-950: #031330;
}