Royal Blue
#6877E3
BlueColor Codes
All color formats for development
HEX
#6877E3RGB
rgb(104, 119, 227)HSL
hsl(233, 69%, 65%)OKLCH
oklch(0.61 0.163 274.6)CMYK
cmyk(54%, 48%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C5DDE
2#3044D9
3#2437C4
4#1F2FA8
5#1A278C
6#151F70
7#0F1754
8#0A1038
9#05081C
Tints
Lighter variations
1#7784E6
2#8692E9
3#959FEC
4#A5ADEE
5#B4BBF1
6#C3C8F4
7#D2D6F7
8#E1E4F9
9#F0F1FC
Tones
Muted variations
1#6E7BDD
2#7480D7
3#7B85D1
4#8189CB
5#878EC5
6#8D93BE
7#9398B8
8#999CB2
9#A0A1AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E4 #E1E4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CC #C7CCF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA5 #9CA5ED | BordersInactive statesPlaceholder text |
| 400 | 6877 #6877E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D50 #3D50DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2335 #2335BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C2A #1C2A97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 141E #141E6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D13 #0D1345 | Primary textHigh emphasis contentDark headings |
| 950 | 080C #080C2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F3FD;
--royal-blue-100: #E1E4F9;
--royal-blue-200: #C7CCF5;
--royal-blue-300: #9CA5ED;
--royal-blue-400: #6877E3;
--royal-blue-500: #3D50DB;
--royal-blue-600: #2335BE;
--royal-blue-700: #1C2A97;
--royal-blue-800: #141E6C;
--royal-blue-900: #0D1345;
--royal-blue-950: #080C2B;
}