Royal Blue
#625DEE
BlueColor Codes
All color formats for development
HEX
#625DEERGB
rgb(98, 93, 238)HSL
hsl(242, 81%, 65%)OKLCH
oklch(0.567 0.211 278.8)CMYK
cmyk(59%, 61%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#453FEB
2#2821E8
3#1C16D2
4#1813B4
5#141096
6#100D78
7#0C095A
8#08063C
9#04031E
Tints
Lighter variations
1#726EF0
2#827EF1
3#918EF3
4#A19EF5
5#B1AEF7
6#C0BEF8
7#D0CFFA
8#E0DFFC
9#EFEFFD
Tones
Muted variations
1#6965E7
2#706CE0
3#7773D8
4#7D7AD1
5#8482CA
6#8B89C3
7#9290BB
8#9897B4
9#9F9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DF #E0DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C3 #C5C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9895 #9895F4 | BordersInactive statesPlaceholder text |
| 400 | 625D #625DEE | Disabled statesSecondary iconsMuted text |
| 500 | 352F #352FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B15 #1B15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1611 #1611A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 100C #100C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A08 #0A084A | 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: #F2F1FE;
--royal-blue-100: #E0DFFC;
--royal-blue-200: #C5C3F9;
--royal-blue-300: #9895F4;
--royal-blue-400: #625DEE;
--royal-blue-500: #352FE9;
--royal-blue-600: #1B15CB;
--royal-blue-700: #1611A2;
--royal-blue-800: #100C73;
--royal-blue-900: #0A084A;
--royal-blue-950: #06052E;
}