Royal Blue
#7279DA
BlueColor Codes
All color formats for development
HEX
#7279DARGB
rgb(114, 121, 218)HSL
hsl(236, 58%, 65%)OKLCH
oklch(0.615 0.145 278.1)CMYK
cmyk(48%, 44%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5860D3
2#3E47CC
3#313AB7
4#2A319D
5#232983
6#1C2169
7#15194F
8#0E1034
9#07081A
Tints
Lighter variations
1#8086DD
2#8E94E1
3#9CA1E5
4#AAAFE9
5#B8BCEC
6#C7C9F0
7#D5D7F4
8#E3E4F8
9#F1F2FB
Tones
Muted variations
1#777DD4
2#7C82CF
3#8286CA
4#878BC5
5#8C8FC0
6#9194BA
7#9698B5
8#9B9DB0
9#A1A1AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E4 #E3E4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCD #CBCDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A7 #A2A7E6 | BordersInactive statesPlaceholder text |
| 400 | 7279 #7279DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A53 #4A53CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F38 #2F38B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 252C #252C8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B20 #1B2065 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1114 #111440 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0D #0B0D28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F4FC;
--royal-blue-100: #E3E4F8;
--royal-blue-200: #CBCDF1;
--royal-blue-300: #A2A7E6;
--royal-blue-400: #7279DA;
--royal-blue-500: #4A53CF;
--royal-blue-600: #2F38B1;
--royal-blue-700: #252C8D;
--royal-blue-800: #1B2065;
--royal-blue-900: #111440;
--royal-blue-950: #0B0D28;
}