Royal Blue
#675BF1
BlueColor Codes
All color formats for development
HEX
#675BF1RGB
rgb(103, 91, 241)HSL
hsl(245, 84%, 65%)OKLCH
oklch(0.57 0.217 280.6)CMYK
cmyk(57%, 62%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4B3CEE
2#2F1EEB
3#2313D5
4#1E10B7
5#190D98
6#140B7A
7#0F085B
8#0A053D
9#05031E
Tints
Lighter variations
1#766BF2
2#867CF4
3#958CF5
4#A49CF6
5#B3ADF8
6#C2BDF9
7#D1CEFB
8#E1DEFC
9#F0EFFE
Tones
Muted variations
1#6E62E9
2#746AE2
3#7A71DA
4#8079D3
5#8780CB
6#8D88C4
7#938FBC
8#9997B5
9#A09EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DE #E1DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C2 #C7C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B93 #9B93F6 | BordersInactive statesPlaceholder text |
| 400 | 675B #675BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 3C2C #3C2CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 2212 #2212CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B0E #1B0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 130A #130A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C07 #0C074B | Primary textHigh emphasis contentDark headings |
| 950 | 0804 #08042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F1FE;
--royal-blue-100: #E1DEFC;
--royal-blue-200: #C7C2FA;
--royal-blue-300: #9B93F6;
--royal-blue-400: #675BF1;
--royal-blue-500: #3C2CED;
--royal-blue-600: #2212CE;
--royal-blue-700: #1B0EA4;
--royal-blue-800: #130A75;
--royal-blue-900: #0C074B;
--royal-blue-950: #08042F;
}