Royal Blue
#2458F5
BlueColor Codes
All color formats for development
HEX
#2458F5RGB
rgb(36, 88, 245)HSL
hsl(225, 91%, 55%)OKLCH
oklch(0.534 0.24 264.8)CMYK
cmyk(85%, 64%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B45F1
2#0A3DD6
3#0936BC
4#082EA1
5#062686
6#051F6B
7#041750
8#030F36
9#01081B
Tints
Lighter variations
1#3A69F6
2#5079F7
3#668AF8
4#7B9BF9
5#91ACFA
6#A7BCFB
7#BDCDFC
8#D3DEFD
9#E9EEFE
Tones
Muted variations
1#2E5DEA
2#3962E0
3#4368D5
4#4E6DCB
5#5872C0
6#6277B6
7#6D7DAC
8#7782A1
9#828797
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE5 #DDE5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CF #C0CFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FAA #8FAAFA | BordersInactive statesPlaceholder text |
| 400 | 557D #557DF7 | Disabled statesSecondary iconsMuted text |
| 500 | 2458 #2458F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A3D #0A3DD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0831 #0831AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0623 #06237A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0416 #04164E | Primary textHigh emphasis contentDark headings |
| 950 | 020E #020E31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F4FE;
--royal-blue-100: #DDE5FD;
--royal-blue-200: #C0CFFC;
--royal-blue-300: #8FAAFA;
--royal-blue-400: #557DF7;
--royal-blue-500: #2458F5;
--royal-blue-600: #0A3DD6;
--royal-blue-700: #0831AA;
--royal-blue-800: #06237A;
--royal-blue-900: #04164E;
--royal-blue-950: #020E31;
}