Royal Blue
#2F39E9
BlueColor Codes
All color formats for development
HEX
#2F39E9RGB
rgb(47, 57, 233)HSL
hsl(237, 81%, 55%)OKLCH
oklch(0.479 0.255 269.5)CMYK
cmyk(80%, 76%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1822E4
2#151ECB
3#131BB2
4#101798
5#0D137F
6#0B0F66
7#080B4C
8#050833
9#030419
Tints
Lighter variations
1#444CEB
2#5960EE
3#6E74F0
4#8288F2
5#979CF4
6#ACB0F6
7#C1C3F8
8#D5D7FB
9#EAEBFD
Tones
Muted variations
1#3941E0
2#4249D7
3#4B52CD
4#545AC4
5#5E62BB
6#676BB1
7#7073A8
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 | DFE0 #DFE0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C6 #C3C6F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 959A #959AF4 | BordersInactive statesPlaceholder text |
| 400 | 5D65 #5D65EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F39 #2F39E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 151E #151ECB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1118 #1118A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C11 #0C1173 | Text on light backgroundsHeadingsStrong borders |
| 900 | 080B #080B4A | Primary textHigh emphasis contentDark headings |
| 950 | 0507 #05072E | 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: #C3C6F9;
--royal-blue-300: #959AF4;
--royal-blue-400: #5D65EE;
--royal-blue-500: #2F39E9;
--royal-blue-600: #151ECB;
--royal-blue-700: #1118A2;
--royal-blue-800: #0C1173;
--royal-blue-900: #080B4A;
--royal-blue-950: #05072E;
}