Royal Blue
#5382F9
BlueColor Codes
All color formats for development
HEX
#5382F9RGB
rgb(83, 130, 249)HSL
hsl(223, 93%, 65%)OKLCH
oklch(0.635 0.185 265.3)CMYK
cmyk(67%, 48%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#336BF8
2#1353F6
3#0845E0
4#073BC0
5#0631A0
6#052880
7#031E60
8#021440
9#010A20
Tints
Lighter variations
1#648EF9
2#759BFA
3#86A7FB
4#98B4FB
5#A9C0FC
6#BACDFD
7#CBD9FD
8#DDE6FE
9#EEF2FE
Tones
Muted variations
1#5B85F0
2#6389E8
3#6C8DE0
4#7490D8
5#7C94CF
6#8597C7
7#8D9BBF
8#959FB6
9#9DA2AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE6 #DDE6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD0 #BFD0FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EAD #8EADFB | BordersInactive statesPlaceholder text |
| 400 | 5382 #5382F9 | Disabled statesSecondary iconsMuted text |
| 500 | 225E #225EF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0843 #0843D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0635 #0635AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0426 #04267B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0318 #03184F | Primary textHigh emphasis contentDark headings |
| 950 | 020F #020F31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F4FE;
--royal-blue-100: #DDE6FE;
--royal-blue-200: #BFD0FD;
--royal-blue-300: #8EADFB;
--royal-blue-400: #5382F9;
--royal-blue-500: #225EF7;
--royal-blue-600: #0843D9;
--royal-blue-700: #0635AC;
--royal-blue-800: #04267B;
--royal-blue-900: #03184F;
--royal-blue-950: #020F31;
}