Royal Blue
#2F61E9
BlueColor Codes
All color formats for development
HEX
#2F61E9RGB
rgb(47, 97, 233)HSL
hsl(224, 81%, 55%)OKLCH
oklch(0.544 0.213 264.7)CMYK
cmyk(80%, 58%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#184FE4
2#1546CB
3#133DB2
4#103498
5#0D2C7F
6#0B2366
7#081A4C
8#051133
9#030919
Tints
Lighter variations
1#4471EB
2#5980EE
3#6E90F0
4#82A0F2
5#97B0F4
6#ACC0F6
7#C1D0F8
8#D5DFFB
9#EAEFFD
Tones
Muted variations
1#3965E0
2#426AD7
3#4B6ECD
4#5472C4
5#5E77BB
6#677BB1
7#707FA8
8#7A849F
9#838896
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE6 #DFE6FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D1 #C3D1F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95AE #95AEF4 | BordersInactive statesPlaceholder text |
| 400 | 5D84 #5D84EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F61 #2F61E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1546 #1546CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1138 #1138A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C28 #0C2873 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0819 #08194A | Primary textHigh emphasis contentDark headings |
| 950 | 0510 #05102E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F4FE;
--royal-blue-100: #DFE6FC;
--royal-blue-200: #C3D1F9;
--royal-blue-300: #95AEF4;
--royal-blue-400: #5D84EE;
--royal-blue-500: #2F61E9;
--royal-blue-600: #1546CB;
--royal-blue-700: #1138A2;
--royal-blue-800: #0C2873;
--royal-blue-900: #08194A;
--royal-blue-950: #05102E;
}