Royal Blue
#735DEF
BlueColor Codes
All color formats for development
HEX
#735DEFRGB
rgb(115, 93, 239)HSL
hsl(249, 82%, 65%)OKLCH
oklch(0.581 0.21 284.6)CMYK
cmyk(52%, 61%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#583EEC
2#3E20E9
3#3115D3
4#2A12B5
5#230F97
6#1C0C79
7#15095A
8#0E063C
9#07031E
Tints
Lighter variations
1#816DF1
2#8F7DF2
3#9D8DF4
4#AB9EF5
5#B9AEF7
6#C7BEF9
7#D5CEFA
8#E3DFFC
9#F1EFFD
Tones
Muted variations
1#7864E8
2#7D6BE0
3#8273D9
4#877AD2
5#8C81CA
6#9188C3
7#9690BC
8#9C97B4
9#A19EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DF #E3DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBC3 #CBC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A394 #A394F4 | BordersInactive statesPlaceholder text |
| 400 | 735D #735DEF | Disabled statesSecondary iconsMuted text |
| 500 | 4A2E #4A2EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3014 #3014CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2610 #2610A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B0B #1B0B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1107 #11074A | Primary textHigh emphasis contentDark headings |
| 950 | 0B05 #0B052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F1FE;
--royal-blue-100: #E3DFFC;
--royal-blue-200: #CBC3F9;
--royal-blue-300: #A394F4;
--royal-blue-400: #735DEF;
--royal-blue-500: #4A2EEA;
--royal-blue-600: #3014CC;
--royal-blue-700: #2610A2;
--royal-blue-800: #1B0B74;
--royal-blue-900: #11074A;
--royal-blue-950: #0B052E;
}