Royal Blue
#535EF9
BlueColor Codes
All color formats for development
HEX
#535EF9RGB
rgb(83, 94, 249)HSL
hsl(236, 93%, 65%)OKLCH
oklch(0.568 0.227 273.5)CMYK
cmyk(67%, 62%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3340F8
2#1322F6
3#0817E0
4#0713C0
5#0610A0
6#050D80
7#030A60
8#020640
9#010320
Tints
Lighter variations
1#646EF9
2#757EFA
3#868EFB
4#989EFB
5#A9AEFC
6#BABFFD
7#CBCFFD
8#DDDFFE
9#EEEFFE
Tones
Muted variations
1#5B65F0
2#636CE8
3#6C73E0
4#747BD8
5#7C82CF
6#8589C7
7#8D90BF
8#9597B6
9#9D9FAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDF #DDDFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC3 #BFC3FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E95 #8E95FB | BordersInactive statesPlaceholder text |
| 400 | 535E #535EF9 | Disabled statesSecondary iconsMuted text |
| 500 | 2230 #2230F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0816 #0816D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0611 #0611AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 040C #040C7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0308 #03084F | Primary textHigh emphasis contentDark headings |
| 950 | 0205 #020531 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F1FE;
--royal-blue-100: #DDDFFE;
--royal-blue-200: #BFC3FD;
--royal-blue-300: #8E95FB;
--royal-blue-400: #535EF9;
--royal-blue-500: #2230F7;
--royal-blue-600: #0816D9;
--royal-blue-700: #0611AC;
--royal-blue-800: #040C7B;
--royal-blue-900: #03084F;
--royal-blue-950: #020531;
}