Royal Blue
#3274E7
BlueColor Codes
All color formats for development
HEX
#3274E7RGB
rgb(50, 116, 231)HSL
hsl(218, 79%, 55%)OKLCH
oklch(0.581 0.187 260.7)CMYK
cmyk(78%, 50%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B64E2
2#1859C9
3#154DB0
4#124297
5#0F377E
6#0C2C64
7#09214B
8#061632
9#030B19
Tints
Lighter variations
1#4682E9
2#5B90EC
3#6F9EEE
4#84ACF1
5#98BAF3
6#ADC7F5
7#C1D5F8
8#D6E3FA
9#EAF1FD
Tones
Muted variations
1#3B76DE
2#4479D5
3#4D7BCC
4#567EC3
5#5F80BA
6#6883B1
7#7185A7
8#7A879E
9#838A95
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE9 #DFE9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D7 #C4D7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96B8 #96B8F3 | BordersInactive statesPlaceholder text |
| 400 | 5F93 #5F93EC | Disabled statesSecondary iconsMuted text |
| 500 | 3274 #3274E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1859 #1859C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1346 #1346A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D32 #0D3272 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0920 #092049 | Primary textHigh emphasis contentDark headings |
| 950 | 0514 #05142E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F6FD;
--royal-blue-100: #DFE9FB;
--royal-blue-200: #C4D7F8;
--royal-blue-300: #96B8F3;
--royal-blue-400: #5F93EC;
--royal-blue-500: #3274E7;
--royal-blue-600: #1859C9;
--royal-blue-700: #1346A0;
--royal-blue-800: #0D3272;
--royal-blue-900: #092049;
--royal-blue-950: #05142E;
}