Royal Blue
#6E6FDE
BlueColor Codes
All color formats for development
HEX
#6E6FDERGB
rgb(110, 111, 222)HSL
hsl(239, 63%, 65%)OKLCH
oklch(0.596 0.165 279.8)CMYK
cmyk(50%, 50%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5355D8
2#373AD2
3#2B2DBD
4#2527A2
5#1F2087
6#191A6C
7#121351
8#0C0D36
9#06061B
Tints
Lighter variations
1#7C7EE1
2#8B8CE5
3#999AE8
4#A8A9EB
5#B6B7EE
6#C5C6F2
7#D3D4F5
8#E2E2F8
9#F0F1FC
Tones
Muted variations
1#7375D8
2#797AD3
3#7E80CD
4#8485C7
5#8A8BC2
6#8F90BC
7#9595B7
8#9B9BB1
9#A0A0AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E2 #E2E2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9CA #C9CAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FA1 #9FA1E9 | BordersInactive statesPlaceholder text |
| 400 | 6E6F #6E6FDE | Disabled statesSecondary iconsMuted text |
| 500 | 4446 #4446D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A2C #2A2CB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2123 #212391 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1819 #181968 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F10 #0F1043 | Primary textHigh emphasis contentDark headings |
| 950 | 090A #090A2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F3FC;
--royal-blue-100: #E2E2F8;
--royal-blue-200: #C9CAF3;
--royal-blue-300: #9FA1E9;
--royal-blue-400: #6E6FDE;
--royal-blue-500: #4446D5;
--royal-blue-600: #2A2CB7;
--royal-blue-700: #212391;
--royal-blue-800: #181968;
--royal-blue-900: #0F1043;
--royal-blue-950: #090A2A;
}