Royal Blue
#6659F3
BlueColor Codes
All color formats for development
HEX
#6659F3RGB
rgb(102, 89, 243)HSL
hsl(245, 87%, 65%)OKLCH
oklch(0.568 0.222 280.5)CMYK
cmyk(58%, 63%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4839F1
2#2C1AEF
3#200FD9
4#1B0DBA
5#170B9B
6#12097C
7#0E065D
8#09043E
9#05021F
Tints
Lighter variations
1#7469F5
2#8479F6
3#938AF7
4#A39BF8
5#B2ACF9
6#C1BCFA
7#D1CDFC
8#E0DEFD
9#F0EEFE
Tones
Muted variations
1#6C60EC
2#7268E4
3#786FDC
4#7F77D4
5#857FCD
6#8C87C5
7#928EBD
8#9996B5
9#9F9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DE #E0DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C1 #C6C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A91 #9A91F7 | BordersInactive statesPlaceholder text |
| 400 | 6558 #6558F3 | Disabled statesSecondary iconsMuted text |
| 500 | 3928 #3928F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F0F #1F0FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 190C #190CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1208 #120877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B05 #0B054C | Primary textHigh emphasis contentDark headings |
| 950 | 0703 #070330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F1FE;
--royal-blue-100: #E0DEFD;
--royal-blue-200: #C6C1FB;
--royal-blue-300: #9A91F7;
--royal-blue-400: #6558F3;
--royal-blue-500: #3928F0;
--royal-blue-600: #1F0FD2;
--royal-blue-700: #190CA7;
--royal-blue-800: #120877;
--royal-blue-900: #0B054C;
--royal-blue-950: #070330;
}