Royal Blue
#2F5EE9
BlueColor Codes
All color formats for development
HEX
#2F5EE9RGB
rgb(47, 94, 233)HSL
hsl(225, 81%, 55%)OKLCH
oklch(0.538 0.216 265.3)CMYK
cmyk(80%, 60%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#184BE4
2#1543CB
3#133AB2
4#103298
5#0D2A7F
6#0B2166
7#08194C
8#051133
9#030819
Tints
Lighter variations
1#446EEB
2#597EEE
3#6E8EF0
4#829EF2
5#97AEF4
6#ACBFF6
7#C1CFF8
8#D5DFFB
9#EAEFFD
Tones
Muted variations
1#3962E0
2#4267D7
3#4B6CCD
4#5470C4
5#5E75BB
6#677AB1
7#707EA8
8#7A839F
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 | C3D0 #C3D0F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95AD #95ADF4 | BordersInactive statesPlaceholder text |
| 400 | 5D82 #5D82EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F5E #2F5EE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1543 #1543CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1135 #1135A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C26 #0C2673 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0818 #08184A | Primary textHigh emphasis contentDark headings |
| 950 | 050F #050F2E | 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: #C3D0F9;
--royal-blue-300: #95ADF4;
--royal-blue-400: #5D82EE;
--royal-blue-500: #2F5EE9;
--royal-blue-600: #1543CB;
--royal-blue-700: #1135A2;
--royal-blue-800: #0C2673;
--royal-blue-900: #08184A;
--royal-blue-950: #050F2E;
}