Royal Blue
#6E82DE
BlueColor Codes
All color formats for development
HEX
#6E82DERGB
rgb(110, 130, 222)HSL
hsl(229, 63%, 65%)OKLCH
oklch(0.633 0.14 272.6)CMYK
cmyk(50%, 41%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#536BD8
2#3754D2
3#2B46BD
4#253CA2
5#1F3287
6#19286C
7#121E51
8#0C1436
9#060A1B
Tints
Lighter variations
1#7C8FE1
2#8B9BE5
3#99A8E8
4#A8B4EB
5#B6C1EE
6#C5CDF2
7#D3DAF5
8#E2E6F8
9#F0F3FC
Tones
Muted variations
1#7386D8
2#7989D3
3#7E8DCD
4#8490C7
5#8A94C2
6#8F98BC
7#959BB7
8#9B9FB1
9#A0A2AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E6 #E2E6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D1 #C9D1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FAD #9FADE9 | BordersInactive statesPlaceholder text |
| 400 | 6E82 #6E82DE | Disabled statesSecondary iconsMuted text |
| 500 | 445E #445ED5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A43 #2A43B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2136 #213691 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1826 #182668 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F19 #0F1943 | Primary textHigh emphasis contentDark headings |
| 950 | 090F #090F2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F4FC;
--royal-blue-100: #E2E6F8;
--royal-blue-200: #C9D1F3;
--royal-blue-300: #9FADE9;
--royal-blue-400: #6E82DE;
--royal-blue-500: #445ED5;
--royal-blue-600: #2A43B7;
--royal-blue-700: #213691;
--royal-blue-800: #182668;
--royal-blue-900: #0F1943;
--royal-blue-950: #090F2A;
}