Royal Blue
#2F3CE9
BlueColor Codes
All color formats for development
HEX
#2F3CE9RGB
rgb(47, 60, 233)HSL
hsl(236, 81%, 55%)OKLCH
oklch(0.483 0.252 269.3)CMYK
cmyk(80%, 74%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1826E4
2#1521CB
3#131DB2
4#101998
5#0D157F
6#0B1166
7#080D4C
8#050833
9#030419
Tints
Lighter variations
1#444FEB
2#5963EE
3#6E76F0
4#828AF2
5#979DF4
6#ACB1F6
7#C1C4F8
8#D5D8FB
9#EAEBFD
Tones
Muted variations
1#3944E0
2#424CD7
3#4B54CD
4#545CC4
5#5E64BB
6#676CB1
7#7074A8
8#7A7C9F
9#838496
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE1 #DFE1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C7 #C3C7F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 959B #959BF4 | BordersInactive statesPlaceholder text |
| 400 | 5D67 #5D67EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F3C #2F3CE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1521 #1521CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 111B #111BA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C13 #0C1373 | Text on light backgroundsHeadingsStrong borders |
| 900 | 080C #080C4A | Primary textHigh emphasis contentDark headings |
| 950 | 0508 #05082E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F2FE;
--royal-blue-100: #DFE1FC;
--royal-blue-200: #C3C7F9;
--royal-blue-300: #959BF4;
--royal-blue-400: #5D67EE;
--royal-blue-500: #2F3CE9;
--royal-blue-600: #1521CB;
--royal-blue-700: #111BA2;
--royal-blue-800: #0C1373;
--royal-blue-900: #080C4A;
--royal-blue-950: #05082E;
}