Royal Blue
#6284EA
BlueColor Codes
All color formats for development
HEX
#6284EARGB
rgb(98, 132, 234)HSL
hsl(225, 76%, 65%)OKLCH
oklch(0.637 0.158 267.9)CMYK
cmyk(58%, 44%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#456DE6
2#2856E2
3#1C48CC
4#183EAF
5#143392
6#102975
7#0C1F58
8#08153A
9#040A1D
Tints
Lighter variations
1#7290EC
2#819CEE
3#91A9F0
4#A1B5F2
5#B0C1F4
6#C0CEF6
7#D0DAF9
8#E0E6FB
9#EFF3FD
Tones
Muted variations
1#6987E3
2#6F8BDC
3#768ED5
4#7D91CE
5#8495C8
6#8B98C1
7#919CBA
8#989FB3
9#9FA2AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E6 #E0E6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5D1 #C5D1F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98AE #98AEF1 | BordersInactive statesPlaceholder text |
| 400 | 6284 #6284EA | Disabled statesSecondary iconsMuted text |
| 500 | 3561 #3561E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B46 #1B46C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1537 #15379D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F28 #0F2870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A19 #0A1948 | Primary textHigh emphasis contentDark headings |
| 950 | 0610 #06102D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F4FD;
--royal-blue-100: #E0E6FB;
--royal-blue-200: #C5D1F7;
--royal-blue-300: #98AEF1;
--royal-blue-400: #6284EA;
--royal-blue-500: #3561E3;
--royal-blue-600: #1B46C5;
--royal-blue-700: #15379D;
--royal-blue-800: #0F2870;
--royal-blue-900: #0A1948;
--royal-blue-950: #06102D;
}