Royal Blue
#6257F4
BlueColor Codes
All color formats for development
HEX
#6257F4RGB
rgb(98, 87, 244)HSL
hsl(244, 88%, 65%)OKLCH
oklch(0.562 0.226 279.4)CMYK
cmyk(60%, 64%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4438F2
2#2719F0
3#1C0EDA
4#180CBB
5#140A9C
6#10087D
7#0C065D
8#08043E
9#04021F
Tints
Lighter variations
1#7168F5
2#8179F6
3#918AF8
4#A19AF9
5#B0ABFA
6#C0BCFB
7#D0CDFC
8#E0DDFD
9#EFEEFE
Tones
Muted variations
1#685FEC
2#6F67E5
3#766FDD
4#7D77D5
5#847ECD
6#8B86C5
7#918EBD
8#9896B5
9#9F9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DD #E0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C1 #C5C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9891 #9891F8 | BordersInactive statesPlaceholder text |
| 400 | 6257 #6257F4 | Disabled statesSecondary iconsMuted text |
| 500 | 3527 #3527F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B0D #1B0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 150B #150BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F08 #0F0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A05 #0A054D | Primary textHigh emphasis contentDark headings |
| 950 | 0603 #060330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F1FE;
--royal-blue-100: #E0DDFD;
--royal-blue-200: #C5C1FB;
--royal-blue-300: #9891F8;
--royal-blue-400: #6257F4;
--royal-blue-500: #3527F1;
--royal-blue-600: #1B0DD3;
--royal-blue-700: #150BA8;
--royal-blue-800: #0F0878;
--royal-blue-900: #0A054D;
--royal-blue-950: #060330;
}