Royal Blue
#2D59EB
BlueColor Codes
All color formats for development
HEX
#2D59EBRGB
rgb(45, 89, 235)HSL
hsl(226, 83%, 55%)OKLCH
oklch(0.53 0.225 265.8)CMYK
cmyk(81%, 62%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1546E7
2#133FCD
3#1137B4
4#0E2F9A
5#0C2780
6#0A1F67
7#07174D
8#051033
9#02081A
Tints
Lighter variations
1#426AED
2#577BEF
3#6C8BF1
4#819CF3
5#96ACF5
6#ABBDF7
7#C0CDF9
8#D5DEFB
9#EAEEFD
Tones
Muted variations
1#375FE2
2#4064D8
3#4A69CF
4#536EC5
5#5D73BC
6#6678B2
7#707DA9
8#79829F
9#838796
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE5 #DEE5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CF #C2CFF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94AA #94AAF5 | BordersInactive statesPlaceholder text |
| 400 | 5C7E #5C7EF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D59 #2D59EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 133F #133FCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F32 #0F32A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B24 #0B2475 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0717 #07174B | Primary textHigh emphasis contentDark headings |
| 950 | 040E #040E2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F4FE;
--royal-blue-100: #DEE5FC;
--royal-blue-200: #C2CFF9;
--royal-blue-300: #94AAF5;
--royal-blue-400: #5C7EF0;
--royal-blue-500: #2D59EB;
--royal-blue-600: #133FCD;
--royal-blue-700: #0F32A3;
--royal-blue-800: #0B2475;
--royal-blue-900: #07174B;
--royal-blue-950: #040E2F;
}