Royal Blue
#3235E7
BlueColor Codes
All color formats for development
HEX
#3235E7RGB
rgb(50, 53, 231)HSL
hsl(239, 79%, 55%)OKLCH
oklch(0.473 0.255 270.5)CMYK
cmyk(78%, 77%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B1EE2
2#181BC9
3#1517B0
4#121497
5#0F117E
6#0C0D64
7#090A4B
8#060732
9#030319
Tints
Lighter variations
1#4649E9
2#5B5DEC
3#6F71EE
4#8486F1
5#989AF3
6#ADAEF5
7#C1C2F8
8#D6D7FA
9#EAEBFD
Tones
Muted variations
1#3B3DDE
2#4446D5
3#4D4FCC
4#5658C3
5#5F60BA
6#6869B1
7#7172A7
8#7A7B9E
9#838395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE0 #DFE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C5 #C4C5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9698 #9698F3 | BordersInactive statesPlaceholder text |
| 400 | 5F62 #5F62EC | Disabled statesSecondary iconsMuted text |
| 500 | 3235 #3235E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 181B #181BC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1315 #1315A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D0F #0D0F72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090A #090A49 | Primary textHigh emphasis contentDark headings |
| 950 | 0506 #05062E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F2FD;
--royal-blue-100: #DFE0FB;
--royal-blue-200: #C4C5F8;
--royal-blue-300: #9698F3;
--royal-blue-400: #5F62EC;
--royal-blue-500: #3235E7;
--royal-blue-600: #181BC9;
--royal-blue-700: #1315A0;
--royal-blue-800: #0D0F72;
--royal-blue-900: #090A49;
--royal-blue-950: #05062E;
}