Royal Blue
#625FEC
BlueColor Codes
All color formats for development
HEX
#625FECRGB
rgb(98, 95, 236)HSL
hsl(241, 79%, 65%)OKLCH
oklch(0.569 0.206 278.5)CMYK
cmyk(58%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4442E9
2#2724E5
3#1B18D0
4#1815B2
5#141194
6#100E77
7#0C0A59
8#08073B
9#04031E
Tints
Lighter variations
1#716FEE
2#817FF0
3#918FF2
4#A19FF4
5#B0AFF6
6#C0BFF8
7#D0CFF9
8#E0DFFB
9#EFEFFD
Tones
Muted variations
1#6866E5
2#6F6DDE
3#7674D7
4#7D7BD0
5#8482C9
6#8A8AC2
7#9191BB
8#9898B4
9#9F9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DF #E0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C4 #C5C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9896 #9896F3 | BordersInactive statesPlaceholder text |
| 400 | 625F #625FEC | Disabled statesSecondary iconsMuted text |
| 500 | 3532 #3532E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B18 #1B18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1513 #1513A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F0D #0F0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A09 #0A0949 | Primary textHigh emphasis contentDark headings |
| 950 | 0605 #06052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F1FD;
--royal-blue-100: #E0DFFB;
--royal-blue-200: #C5C4F8;
--royal-blue-300: #9896F3;
--royal-blue-400: #625FEC;
--royal-blue-500: #3532E7;
--royal-blue-600: #1B18C9;
--royal-blue-700: #1513A0;
--royal-blue-800: #0F0D72;
--royal-blue-900: #0A0949;
--royal-blue-950: #06052E;
}