Royal Blue
#2F32E9
BlueColor Codes
All color formats for development
HEX
#2F32E9RGB
rgb(47, 50, 233)HSL
hsl(239, 81%, 55%)OKLCH
oklch(0.47 0.261 269.9)CMYK
cmyk(80%, 79%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#181BE4
2#1518CB
3#1315B2
4#101298
5#0D0F7F
6#0B0C66
7#08094C
8#050633
9#030319
Tints
Lighter variations
1#4447EB
2#595BEE
3#6E70F0
4#8284F2
5#9799F4
6#ACADF6
7#C1C2F8
8#D5D6FB
9#EAEBFD
Tones
Muted variations
1#393BE0
2#4244D7
3#4B4DCD
4#5456C4
5#5E5FBB
6#6768B1
7#7071A8
8#7A7A9F
9#838396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDF #DFDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C4 #C3C4F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9596 #9596F4 | BordersInactive statesPlaceholder text |
| 400 | 5D60 #5D60EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F32 #2F32E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1518 #1518CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1113 #1113A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C0E #0C0E73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0809 #08094A | 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: #F1F1FE;
--royal-blue-100: #DFDFFC;
--royal-blue-200: #C3C4F9;
--royal-blue-300: #9596F4;
--royal-blue-400: #5D60EE;
--royal-blue-500: #2F32E9;
--royal-blue-600: #1518CB;
--royal-blue-700: #1113A2;
--royal-blue-800: #0C0E73;
--royal-blue-900: #08094A;
--royal-blue-950: #05062E;
}