Royal Blue
#302DEB
BlueColor Codes
All color formats for development
HEX
#302DEBRGB
rgb(48, 45, 235)HSL
hsl(241, 83%, 55%)OKLCH
oklch(0.467 0.266 270.3)CMYK
cmyk(80%, 81%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1915E7
2#1613CD
3#1311B4
4#110E9A
5#0E0C80
6#0B0A67
7#08074D
8#060533
9#03021A
Tints
Lighter variations
1#4542ED
2#5A57EF
3#6E6CF1
4#8381F3
5#9896F5
6#ACABF7
7#C1C0F9
8#D6D5FB
9#EAEAFD
Tones
Muted variations
1#3937E2
2#4340D8
3#4C4ACF
4#5553C5
5#5E5DBC
6#6766B2
7#7170A9
8#7A799F
9#838396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDE #DFDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C2 #C3C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9594 #9594F5 | BordersInactive statesPlaceholder text |
| 400 | 5E5C #5E5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 302D #302DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1613 #1613CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 120F #120FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D0B #0D0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0807 #08074B | Primary textHigh emphasis contentDark headings |
| 950 | 0504 #05042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F1FE;
--royal-blue-100: #DFDEFC;
--royal-blue-200: #C3C2F9;
--royal-blue-300: #9594F5;
--royal-blue-400: #5E5CF0;
--royal-blue-500: #302DEB;
--royal-blue-600: #1613CD;
--royal-blue-700: #120FA3;
--royal-blue-800: #0D0B75;
--royal-blue-900: #08074B;
--royal-blue-950: #05042F;
}