Royal Blue
#625BF1
BlueColor Codes
All color formats for development
HEX
#625BF1RGB
rgb(98, 91, 241)HSL
hsl(243, 84%, 65%)OKLCH
oklch(0.566 0.218 278.9)CMYK
cmyk(59%, 62%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#453CEE
2#281EEB
3#1C13D5
4#1810B7
5#140D98
6#100B7A
7#0C085B
8#08053D
9#04031E
Tints
Lighter variations
1#726BF2
2#827CF4
3#918CF5
4#A19CF6
5#B1ADF8
6#C0BDF9
7#D0CEFB
8#E0DEFC
9#EFEFFE
Tones
Muted variations
1#6962E9
2#706AE2
3#7771DA
4#7D79D3
5#8480CB
6#8B88C4
7#928FBC
8#9897B5
9#9F9EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DE #E0DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C2 #C5C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9893 #9893F6 | BordersInactive statesPlaceholder text |
| 400 | 625B #625BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 352C #352CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B12 #1B12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 160E #160EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 100A #100A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A07 #0A074B | Primary textHigh emphasis contentDark headings |
| 950 | 0604 #06042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F1FE;
--royal-blue-100: #E0DEFC;
--royal-blue-200: #C5C2FA;
--royal-blue-300: #9893F6;
--royal-blue-400: #625BF1;
--royal-blue-500: #352CED;
--royal-blue-600: #1B12CE;
--royal-blue-700: #160EA4;
--royal-blue-800: #100A75;
--royal-blue-900: #0A074B;
--royal-blue-950: #06042F;
}