Royal Blue
#695DEF
BlueColor Codes
All color formats for development
HEX
#695DEFRGB
rgb(105, 93, 239)HSL
hsl(245, 82%, 65%)OKLCH
oklch(0.573 0.211 281.1)CMYK
cmyk(56%, 61%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D3EEC
2#3120E9
3#2515D3
4#1F12B5
5#1A0F97
6#150C79
7#10095A
8#0A063C
9#05031E
Tints
Lighter variations
1#786DF1
2#877DF2
3#968DF4
4#A59EF5
5#B4AEF7
6#C3BEF9
7#D2CEFA
8#E1DFFC
9#F0EFFD
Tones
Muted variations
1#6F64E8
2#756BE0
3#7B73D9
4#817AD2
5#8781CA
6#8D88C3
7#9390BC
8#9A97B4
9#A09EAD
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 | 9C94 #9C94F4 | BordersInactive statesPlaceholder text |
| 400 | 695D #695DEF | Disabled statesSecondary iconsMuted text |
| 500 | 3E2E #3E2EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2414 #2414CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C10 #1C10A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 140B #140B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D07 #0D074A | 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: #9C94F4;
--royal-blue-400: #695DEF;
--royal-blue-500: #3E2EEA;
--royal-blue-600: #2414CC;
--royal-blue-700: #1C10A2;
--royal-blue-800: #140B74;
--royal-blue-900: #0D074A;
--royal-blue-950: #08052E;
}