Royal Blue
#325FE7
BlueColor Codes
All color formats for development
HEX
#325FE7RGB
rgb(50, 95, 231)HSL
hsl(225, 79%, 55%)OKLCH
oklch(0.539 0.212 265.6)CMYK
cmyk(78%, 59%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B4CE2
2#1844C9
3#153BB0
4#123397
5#0F2A7E
6#0C2264
7#09194B
8#061132
9#030819
Tints
Lighter variations
1#466FE9
2#5B7FEC
3#6F8FEE
4#849FF1
5#98AFF3
6#ADBFF5
7#C1CFF8
8#D6DFFA
9#EAEFFD
Tones
Muted variations
1#3B63DE
2#4468D5
3#4D6DCC
4#5671C3
5#5F76BA
6#687AB1
7#717FA7
8#7A839E
9#838895
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE6 #DFE6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D1 #C4D1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96AD #96ADF3 | BordersInactive statesPlaceholder text |
| 400 | 5F82 #5F82EC | Disabled statesSecondary iconsMuted text |
| 500 | 325F #325FE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1844 #1844C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1336 #1336A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D27 #0D2772 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0919 #091949 | Primary textHigh emphasis contentDark headings |
| 950 | 050F #050F2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F4FD;
--royal-blue-100: #DFE6FB;
--royal-blue-200: #C4D1F8;
--royal-blue-300: #96ADF3;
--royal-blue-400: #5F82EC;
--royal-blue-500: #325FE7;
--royal-blue-600: #1844C9;
--royal-blue-700: #1336A0;
--royal-blue-800: #0D2772;
--royal-blue-900: #091949;
--royal-blue-950: #050F2E;
}