Royal Blue
#675DEE
BlueColor Codes
All color formats for development
HEX
#675DEERGB
rgb(103, 93, 238)HSL
hsl(244, 81%, 65%)OKLCH
oklch(0.571 0.21 280.5)CMYK
cmyk(57%, 61%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4B3FEB
2#2F21E8
3#2316D2
4#1E13B4
5#191096
6#140D78
7#0F095A
8#0A063C
9#05031E
Tints
Lighter variations
1#766EF0
2#857EF1
3#958EF3
4#A49EF5
5#B3AEF7
6#C2BEF8
7#D1CFFA
8#E1DFFC
9#F0EFFD
Tones
Muted variations
1#6D65E7
2#746CE0
3#7A73D8
4#807AD1
5#8682CA
6#8D89C3
7#9390BB
8#9997B4
9#9F9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DF #E1DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C3 #C7C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B95 #9B95F4 | BordersInactive statesPlaceholder text |
| 400 | 675D #675DEE | Disabled statesSecondary iconsMuted text |
| 500 | 3C2F #3C2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2115 #2115CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B11 #1B11A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 130C #130C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C08 #0C084A | Primary textHigh emphasis contentDark headings |
| 950 | 0805 #08052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F1FE;
--royal-blue-100: #E1DFFC;
--royal-blue-200: #C7C3F9;
--royal-blue-300: #9B95F4;
--royal-blue-400: #675DEE;
--royal-blue-500: #3C2FE9;
--royal-blue-600: #2115CB;
--royal-blue-700: #1B11A2;
--royal-blue-800: #130C73;
--royal-blue-900: #0C084A;
--royal-blue-950: #08052E;
}