Royal Blue
#6653F9
BlueColor Codes
All color formats for development
HEX
#6653F9RGB
rgb(102, 83, 249)HSL
hsl(247, 93%, 65%)OKLCH
oklch(0.564 0.236 280.9)CMYK
cmyk(59%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A33F8
2#2D13F6
3#2108E0
4#1D07C0
5#1806A0
6#130580
7#0E0360
8#0A0240
9#050120
Tints
Lighter variations
1#7564F9
2#8575FA
3#9486FB
4#A398FB
5#B3A9FC
6#C2BAFD
7#D1CBFD
8#E0DDFE
9#F0EEFE
Tones
Muted variations
1#6C5BF0
2#7363E8
3#796CE0
4#8074D8
5#867CCF
6#8C85C7
7#938DBF
8#9995B6
9#9F9DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DD #E0DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6BF #C6BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B8E #9B8EFB | BordersInactive statesPlaceholder text |
| 400 | 6653 #6653F9 | Disabled statesSecondary iconsMuted text |
| 500 | 3A22 #3A22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2008 #2008D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A06 #1A06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1204 #12047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C03 #0C034F | Primary textHigh emphasis contentDark headings |
| 950 | 0702 #070231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F0FE;
--royal-blue-100: #E0DDFE;
--royal-blue-200: #C6BFFD;
--royal-blue-300: #9B8EFB;
--royal-blue-400: #6653F9;
--royal-blue-500: #3A22F7;
--royal-blue-600: #2008D9;
--royal-blue-700: #1A06AC;
--royal-blue-800: #12047B;
--royal-blue-900: #0C034F;
--royal-blue-950: #070231;
}