Royal Blue
#385AE0
BlueColor Codes
All color formats for development
HEX
#385AE0RGB
rgb(56, 90, 224)HSL
hsl(228, 73%, 55%)OKLCH
oklch(0.527 0.207 267.6)CMYK
cmyk(75%, 60%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2247DA
2#1E3FC2
3#1B37AA
4#172F92
5#132779
6#0F2061
7#0B1849
8#081031
9#040818
Tints
Lighter variations
1#4C6AE3
2#607BE6
3#748BE9
4#889CEC
5#9CACF0
6#B0BDF3
7#C3CDF6
8#D7DEF9
9#EBEEFC
Tones
Muted variations
1#415FD8
2#4964CF
3#5269C7
4#5A6EBF
5#6273B6
6#6B78AE
7#737DA5
8#7B829D
9#848795
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E5 #E0E5FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6CF #C6CFF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AAB #9AABEF | BordersInactive statesPlaceholder text |
| 400 | 657F #657FE7 | Disabled statesSecondary iconsMuted text |
| 500 | 385A #385AE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E3F #1E3FC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1832 #18329A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1124 #11246E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B17 #0B1747 | Primary textHigh emphasis contentDark headings |
| 950 | 070E #070E2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F4FD;
--royal-blue-100: #E0E5FA;
--royal-blue-200: #C6CFF6;
--royal-blue-300: #9AABEF;
--royal-blue-400: #657FE7;
--royal-blue-500: #385AE0;
--royal-blue-600: #1E3FC2;
--royal-blue-700: #18329A;
--royal-blue-800: #11246E;
--royal-blue-900: #0B1747;
--royal-blue-950: #070E2C;
}