Royal Blue
#6872E3
BlueColor Codes
All color formats for development
HEX
#6872E3RGB
rgb(104, 114, 227)HSL
hsl(235, 69%, 65%)OKLCH
oklch(0.601 0.169 276.2)CMYK
cmyk(54%, 50%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C58DE
2#303ED9
3#2431C4
4#1F2AA8
5#1A238C
6#151C70
7#0F1554
8#0A0E38
9#05071C
Tints
Lighter variations
1#7780E6
2#868FE9
3#959DEC
4#A5ABEE
5#B4B9F1
6#C3C7F4
7#D2D5F7
8#E1E3F9
9#F0F1FC
Tones
Muted variations
1#6E78DD
2#747DD7
3#7B82D1
4#8187CB
5#878CC5
6#8D91BE
7#9396B8
8#999BB2
9#A0A1AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E3 #E1E3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CB #C7CBF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA3 #9CA3ED | BordersInactive statesPlaceholder text |
| 400 | 6872 #6872E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D4A #3D4ADB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2330 #2330BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C26 #1C2697 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 141B #141B6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D11 #0D1145 | Primary textHigh emphasis contentDark headings |
| 950 | 080B #080B2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F3FD;
--royal-blue-100: #E1E3F9;
--royal-blue-200: #C7CBF5;
--royal-blue-300: #9CA3ED;
--royal-blue-400: #6872E3;
--royal-blue-500: #3D4ADB;
--royal-blue-600: #2330BE;
--royal-blue-700: #1C2697;
--royal-blue-800: #141B6C;
--royal-blue-900: #0D1145;
--royal-blue-950: #080B2B;
}