Royal Blue
#665DEF
BlueColor Codes
All color formats for development
HEX
#665DEFRGB
rgb(102, 93, 239)HSL
hsl(244, 82%, 65%)OKLCH
oklch(0.571 0.212 280.1)CMYK
cmyk(57%, 61%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A3EEC
2#2E20E9
3#2215D3
4#1D12B5
5#180F97
6#130C79
7#0E095A
8#0A063C
9#05031E
Tints
Lighter variations
1#766DF1
2#857DF2
3#948DF4
4#A39EF5
5#B3AEF7
6#C2BEF9
7#D1CEFA
8#E0DFFC
9#F0EFFD
Tones
Muted variations
1#6D64E8
2#736BE0
3#7973D9
4#807AD2
5#8681CA
6#8C88C3
7#9390BC
8#9997B4
9#9F9EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DF #E0DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C3 #C6C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B94 #9B94F4 | BordersInactive statesPlaceholder text |
| 400 | 665D #665DEF | Disabled statesSecondary iconsMuted text |
| 500 | 3B2E #3B2EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2014 #2014CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A10 #1A10A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 120B #120B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C07 #0C074A | Primary textHigh emphasis contentDark headings |
| 950 | 0705 #07052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F1FE;
--royal-blue-100: #E0DFFC;
--royal-blue-200: #C6C3F9;
--royal-blue-300: #9B94F4;
--royal-blue-400: #665DEF;
--royal-blue-500: #3B2EEA;
--royal-blue-600: #2014CC;
--royal-blue-700: #1A10A2;
--royal-blue-800: #120B74;
--royal-blue-900: #0C074A;
--royal-blue-950: #07052E;
}