Royal Blue
#2F35E9
BlueColor Codes
All color formats for development
HEX
#2F35E9RGB
rgb(47, 53, 233)HSL
hsl(238, 81%, 55%)OKLCH
oklch(0.474 0.258 269.8)CMYK
cmyk(80%, 77%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#181FE4
2#151BCB
3#1318B2
4#101598
5#0D117F
6#0B0E66
7#080A4C
8#050733
9#030319
Tints
Lighter variations
1#444AEB
2#595EEE
3#6E72F0
4#8286F2
5#979AF4
6#ACAEF6
7#C1C3F8
8#D5D7FB
9#EAEBFD
Tones
Muted variations
1#393EE0
2#4247D7
3#4B50CD
4#5458C4
5#5E61BB
6#676AB1
7#7072A8
8#7A7B9F
9#838496
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE0 #DFE0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C5 #C3C5F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9598 #9598F4 | BordersInactive statesPlaceholder text |
| 400 | 5D62 #5D62EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F35 #2F35E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 151B #151BCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1116 #1116A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C10 #0C1073 | Text on light backgroundsHeadingsStrong borders |
| 900 | 080A #080A4A | 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: #F1F2FE;
--royal-blue-100: #DFE0FC;
--royal-blue-200: #C3C5F9;
--royal-blue-300: #9598F4;
--royal-blue-400: #5D62EE;
--royal-blue-500: #2F35E9;
--royal-blue-600: #151BCB;
--royal-blue-700: #1116A2;
--royal-blue-800: #0C1073;
--royal-blue-900: #080A4A;
--royal-blue-950: #05062E;
}