Royal Blue
#385DE0
BlueColor Codes
All color formats for development
HEX
#385DE0RGB
rgb(56, 93, 224)HSL
hsl(227, 73%, 55%)OKLCH
oklch(0.532 0.204 267)CMYK
cmyk(75%, 58%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#224ADA
2#1E42C2
3#1B3AAA
4#173192
5#132979
6#0F2161
7#0B1949
8#081031
9#040818
Tints
Lighter variations
1#4C6DE3
2#607DE6
3#748DE9
4#889EEC
5#9CAEF0
6#B0BEF3
7#C3CEF6
8#D7DFF9
9#EBEFFC
Tones
Muted variations
1#4162D8
2#4966CF
3#526BC7
4#5A70BF
5#6275B6
6#6B79AE
7#737EA5
8#7B839D
9#848895
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E6 #E0E6FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6D0 #C6D0F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AAC #9AACEF | BordersInactive statesPlaceholder text |
| 400 | 6581 #6581E7 | Disabled statesSecondary iconsMuted text |
| 500 | 385D #385DE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E42 #1E42C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1834 #18349A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1125 #11256E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B18 #0B1847 | Primary textHigh emphasis contentDark headings |
| 950 | 070F #070F2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F4FD;
--royal-blue-100: #E0E6FA;
--royal-blue-200: #C6D0F6;
--royal-blue-300: #9AACEF;
--royal-blue-400: #6581E7;
--royal-blue-500: #385DE0;
--royal-blue-600: #1E42C2;
--royal-blue-700: #18349A;
--royal-blue-800: #11256E;
--royal-blue-900: #0B1847;
--royal-blue-950: #070F2C;
}