Royal Blue
#253DF4
BlueColor Codes
All color formats for development
HEX
#253DF4RGB
rgb(37, 61, 244)HSL
hsl(233, 90%, 55%)OKLCH
oklch(0.492 0.266 267.2)CMYK
cmyk(85%, 75%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D27F0
2#0B23D5
3#0A1EBB
4#081AA0
5#071685
6#06116B
7#040D50
8#030935
9#01041B
Tints
Lighter variations
1#3B50F5
2#5164F6
3#6677F7
4#7C8BF8
5#929EF9
6#A8B1FA
7#BEC5FC
8#D3D8FD
9#E9ECFE
Tones
Muted variations
1#2F45E9
2#3A4DDF
3#4455D5
4#4E5DCA
5#5965C0
6#636DB6
7#6D74AB
8#787CA1
9#828497
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE1 #DDE1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C7 #C0C7FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 909C #909CF9 | BordersInactive statesPlaceholder text |
| 400 | 5568 #5568F6 | Disabled statesSecondary iconsMuted text |
| 500 | 253D #253DF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B23 #0B23D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 091C #091CAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0614 #061479 | Text on light backgroundsHeadingsStrong borders |
| 900 | 040D #040D4E | Primary textHigh emphasis contentDark headings |
| 950 | 0308 #030830 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F2FE;
--royal-blue-100: #DDE1FD;
--royal-blue-200: #C0C7FC;
--royal-blue-300: #909CF9;
--royal-blue-400: #5568F6;
--royal-blue-500: #253DF4;
--royal-blue-600: #0B23D5;
--royal-blue-700: #091CAA;
--royal-blue-800: #061479;
--royal-blue-900: #040D4E;
--royal-blue-950: #030830;
}