Royal Blue
#372DEB
BlueColor Codes
All color formats for development
HEX
#372DEBRGB
rgb(55, 45, 235)HSL
hsl(243, 83%, 55%)OKLCH
oklch(0.471 0.265 271.9)CMYK
cmyk(77%, 81%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2015E7
2#1C13CD
3#1911B4
4#150E9A
5#120C80
6#0E0A67
7#0B074D
8#070533
9#04021A
Tints
Lighter variations
1#4B42ED
2#5F57EF
3#736CF1
4#8781F3
5#9B96F5
6#AFABF7
7#C3C0F9
8#D7D5FB
9#EBEAFD
Tones
Muted variations
1#3F37E2
2#4840D8
3#504ACF
4#5953C5
5#615DBC
6#6A66B2
7#7370A9
8#7B799F
9#848396
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 #C5C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9994 #9994F5 | BordersInactive statesPlaceholder text |
| 400 | 635C #635CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 372D #372DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C13 #1C13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 170F #170FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 100B #100B75 | 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: #C5C2F9;
--royal-blue-300: #9994F5;
--royal-blue-400: #635CF0;
--royal-blue-500: #372DEB;
--royal-blue-600: #1C13CD;
--royal-blue-700: #170FA3;
--royal-blue-800: #100B75;
--royal-blue-900: #0A074B;
--royal-blue-950: #06042F;
}