Royal Blue
#253AF4
BlueColor Codes
All color formats for development
HEX
#253AF4RGB
rgb(37, 58, 244)HSL
hsl(234, 90%, 55%)OKLCH
oklch(0.488 0.269 267.4)CMYK
cmyk(85%, 76%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D23F0
2#0B1FD5
3#0A1BBB
4#0818A0
5#071485
6#06106B
7#040C50
8#030835
9#01041B
Tints
Lighter variations
1#3B4DF5
2#5161F6
3#6675F7
4#7C89F8
5#929CF9
6#A8B0FA
7#BEC4FC
8#D3D8FD
9#E9EBFE
Tones
Muted variations
1#2F42E9
2#3A4ADF
3#4452D5
4#4E5BCA
5#5963C0
6#636BB6
7#6D73AB
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 | DDE0 #DDE0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C6 #C0C6FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 909A #909AF9 | BordersInactive statesPlaceholder text |
| 400 | 5565 #5565F6 | Disabled statesSecondary iconsMuted text |
| 500 | 253A #253AF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B1F #0B1FD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0919 #0919AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0612 #061279 | Text on light backgroundsHeadingsStrong borders |
| 900 | 040B #040B4E | Primary textHigh emphasis contentDark headings |
| 950 | 0307 #030730 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F2FE;
--royal-blue-100: #DDE0FD;
--royal-blue-200: #C0C6FC;
--royal-blue-300: #909AF9;
--royal-blue-400: #5565F6;
--royal-blue-500: #253AF4;
--royal-blue-600: #0B1FD5;
--royal-blue-700: #0919AA;
--royal-blue-800: #061279;
--royal-blue-900: #040B4E;
--royal-blue-950: #030730;
}