Royal Blue
#5385F9
BlueColor Codes
All color formats for development
HEX
#5385F9RGB
rgb(83, 133, 249)HSL
hsl(222, 93%, 65%)OKLCH
oklch(0.641 0.181 264.3)CMYK
cmyk(67%, 47%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#336EF8
2#1357F6
3#0849E0
4#073EC0
5#0634A0
6#052A80
7#031F60
8#021540
9#010A20
Tints
Lighter variations
1#6491F9
2#759DFA
3#86A9FB
4#98B6FB
5#A9C2FC
6#BACEFD
7#CBDAFD
8#DDE7FE
9#EEF3FE
Tones
Muted variations
1#5B88F0
2#638BE8
3#6C8FE0
4#7492D8
5#7C95CF
6#8598C7
7#8D9CBF
8#959FB6
9#9DA2AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE7 #DDE7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD2 #BFD2FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EAF #8EAFFB | BordersInactive statesPlaceholder text |
| 400 | 5385 #5385F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2262 #2262F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0846 #0846D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0638 #0638AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0428 #04287B | Text on light backgroundsHeadingsStrong borders |
| 900 | 031A #031A4F | Primary textHigh emphasis contentDark headings |
| 950 | 0210 #021031 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F5FE;
--royal-blue-100: #DDE7FE;
--royal-blue-200: #BFD2FD;
--royal-blue-300: #8EAFFB;
--royal-blue-400: #5385F9;
--royal-blue-500: #2262F7;
--royal-blue-600: #0846D9;
--royal-blue-700: #0638AC;
--royal-blue-800: #04287B;
--royal-blue-900: #031A4F;
--royal-blue-950: #021031;
}