Royal Blue
#6260EB
BlueColor Codes
All color formats for development
HEX
#6260EBRGB
rgb(98, 96, 235)HSL
hsl(241, 78%, 65%)OKLCH
oklch(0.57 0.204 278.4)CMYK
cmyk(58%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4543E8
2#2825E4
3#1D1ACF
4#1816B1
5#141294
6#100F76
7#0C0B59
8#08073B
9#04041E
Tints
Lighter variations
1#7270ED
2#8280EF
3#9190F1
4#A1A0F3
5#B1B0F5
6#C0BFF7
7#D0CFF9
8#E0DFFB
9#EFEFFD
Tones
Muted variations
1#6967E4
2#706EDD
3#7775D6
4#7D7CD0
5#8483C9
6#8B8AC2
7#9291BB
8#9898B4
9#9F9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DF #E0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C4 #C5C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9897 #9897F2 | BordersInactive statesPlaceholder text |
| 400 | 6260 #6260EB | Disabled statesSecondary iconsMuted text |
| 500 | 3633 #3633E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C19 #1C19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1614 #16149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 100E #100E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A09 #0A0949 | Primary textHigh emphasis contentDark headings |
| 950 | 0606 #06062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F1FD;
--royal-blue-100: #E0DFFB;
--royal-blue-200: #C5C4F8;
--royal-blue-300: #9897F2;
--royal-blue-400: #6260EB;
--royal-blue-500: #3633E6;
--royal-blue-600: #1C19C8;
--royal-blue-700: #16149F;
--royal-blue-800: #100E71;
--royal-blue-900: #0A0949;
--royal-blue-950: #06062D;
}