Royal Blue
#694EFD
BlueColor Codes
All color formats for development
HEX
#694EFDRGB
rgb(105, 78, 253)HSL
hsl(249, 98%, 65%)OKLCH
oklch(0.562 0.245 282.1)CMYK
cmyk(58%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D2DFD
2#310DFD
3#2402E6
4#1F02C5
5#1A02A4
6#150183
7#100162
8#0A0142
9#050021
Tints
Lighter variations
1#7860FD
2#8772FE
3#9683FE
4#A595FE
5#B4A7FE
6#C3B8FE
7#D2CAFE
8#E1DCFF
9#F0EDFF
Tones
Muted variations
1#6F57F4
2#7560EC
3#7B69E3
4#8171DA
5#877AD1
6#8D83C9
7#938CC0
8#9A94B7
9#A09DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DC #E1DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7BD #C7BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C8B #9C8BFE | BordersInactive statesPlaceholder text |
| 400 | 694E #694EFD | Disabled statesSecondary iconsMuted text |
| 500 | 3E1C #3E1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2302 #2302DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C02 #1C02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1401 #14017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D01 #0D0151 | Primary textHigh emphasis contentDark headings |
| 950 | 0801 #080132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F0FF;
--royal-blue-100: #E1DCFF;
--royal-blue-200: #C7BDFE;
--royal-blue-300: #9C8BFE;
--royal-blue-400: #694EFD;
--royal-blue-500: #3E1CFD;
--royal-blue-600: #2302DE;
--royal-blue-700: #1C02B1;
--royal-blue-800: #14017E;
--royal-blue-900: #0D0151;
--royal-blue-950: #080132;
}