Royal Blue
#254BF4
BlueColor Codes
All color formats for development
HEX
#254BF4RGB
rgb(37, 75, 244)HSL
hsl(229, 90%, 55%)OKLCH
oklch(0.512 0.253 266.2)CMYK
cmyk(85%, 69%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D36F0
2#0B30D5
3#0A2ABB
4#0824A0
5#071E85
6#06186B
7#041250
8#030C35
9#01061B
Tints
Lighter variations
1#3B5DF5
2#516FF6
3#6681F7
4#7C93F8
5#92A5F9
6#A8B7FA
7#BEC9FC
8#D3DBFD
9#E9EDFE
Tones
Muted variations
1#2F51E9
2#3A58DF
3#445ED5
4#4E65CA
5#596CC0
6#6372B6
7#6D79AB
8#787FA1
9#828697
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE3 #DDE3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CB #C0CBFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90A3 #90A3F9 | BordersInactive statesPlaceholder text |
| 400 | 5573 #5573F6 | Disabled statesSecondary iconsMuted text |
| 500 | 254B #254BF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B30 #0B30D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0926 #0926AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 061B #061B79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0412 #04124E | Primary textHigh emphasis contentDark headings |
| 950 | 030B #030B30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F3FE;
--royal-blue-100: #DDE3FD;
--royal-blue-200: #C0CBFC;
--royal-blue-300: #90A3F9;
--royal-blue-400: #5573F6;
--royal-blue-500: #254BF4;
--royal-blue-600: #0B30D5;
--royal-blue-700: #0926AA;
--royal-blue-800: #061B79;
--royal-blue-900: #04124E;
--royal-blue-950: #030B30;
}