Royal Blue
#2F4EE9
BlueColor Codes
All color formats for development
HEX
#2F4EE9RGB
rgb(47, 78, 233)HSL
hsl(230, 81%, 55%)OKLCH
oklch(0.51 0.234 267.6)CMYK
cmyk(80%, 67%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#183AE4
2#1534CB
3#132DB2
4#102798
5#0D207F
6#0B1A66
7#08134C
8#050D33
9#030619
Tints
Lighter variations
1#4460EB
2#5972EE
3#6E83F0
4#8295F2
5#97A7F4
6#ACB8F6
7#C1CAF8
8#D5DCFB
9#EAEDFD
Tones
Muted variations
1#3954E0
2#425BD7
3#4B61CD
4#5467C4
5#5E6DBB
6#6773B1
7#707AA8
8#7A809F
9#838696
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE4 #DFE4FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CC #C3CCF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A5 #95A5F4 | BordersInactive statesPlaceholder text |
| 400 | 5D76 #5D76EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F4E #2F4EE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1534 #1534CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1129 #1129A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C1D #0C1D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0813 #08134A | Primary textHigh emphasis contentDark headings |
| 950 | 050C #050C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F3FE;
--royal-blue-100: #DFE4FC;
--royal-blue-200: #C3CCF9;
--royal-blue-300: #95A5F4;
--royal-blue-400: #5D76EE;
--royal-blue-500: #2F4EE9;
--royal-blue-600: #1534CB;
--royal-blue-700: #1129A2;
--royal-blue-800: #0C1D73;
--royal-blue-900: #08134A;
--royal-blue-950: #050C2E;
}