Royal Blue
#735DEE
BlueColor Codes
All color formats for development
HEX
#735DEERGB
rgb(115, 93, 238)HSL
hsl(249, 81%, 65%)OKLCH
oklch(0.58 0.209 284.8)CMYK
cmyk(52%, 61%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#593FEB
2#3F21E8
3#3216D2
4#2B13B4
5#241096
6#1D0D78
7#16095A
8#0E063C
9#07031E
Tints
Lighter variations
1#816EF0
2#8F7EF1
3#9D8EF3
4#AB9EF5
5#B9AEF7
6#C7BEF8
7#D5CFFA
8#E3DFFC
9#F1EFFD
Tones
Muted variations
1#7865E7
2#7D6CE0
3#8273D8
4#877AD1
5#8C82CA
6#9289C3
7#9790BB
8#9C97B4
9#A19FAD
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 | A395 #A395F4 | BordersInactive statesPlaceholder text |
| 400 | 735D #735DEE | Disabled statesSecondary iconsMuted text |
| 500 | 4B2F #4B2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3115 #3115CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2711 #2711A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C0C #1C0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1208 #12084A | 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: #A395F4;
--royal-blue-400: #735DEE;
--royal-blue-500: #4B2FE9;
--royal-blue-600: #3115CB;
--royal-blue-700: #2711A2;
--royal-blue-800: #1C0C73;
--royal-blue-900: #12084A;
--royal-blue-950: #0B052E;
}