Royal Blue
#6891E3
BlueColor Codes
All color formats for development
HEX
#6891E3RGB
rgb(104, 145, 227)HSL
hsl(220, 69%, 65%)OKLCH
oklch(0.663 0.131 263.1)CMYK
cmyk(54%, 36%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C7DDE
2#3068D9
3#2459C4
4#1F4DA8
5#1A408C
6#153370
7#0F2654
8#0A1A38
9#050D1C
Tints
Lighter variations
1#779CE6
2#86A7E9
3#95B2EC
4#A5BDEE
5#B4C8F1
6#C3D3F4
7#D2DEF7
8#E1E9F9
9#F0F4FC
Tones
Muted variations
1#6E93DD
2#7495D7
3#7B97D1
4#8199CB
5#879BC5
6#8D9EBE
7#93A0B8
8#99A2B2
9#A0A4AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E9 #E1E9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D6 #C7D6F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CB7 #9CB7ED | BordersInactive statesPlaceholder text |
| 400 | 6891 #6891E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D72 #3D72DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2356 #2356BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C45 #1C4597 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1431 #14316C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D1F #0D1F45 | Primary textHigh emphasis contentDark headings |
| 950 | 0814 #08142B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F6FD;
--royal-blue-100: #E1E9F9;
--royal-blue-200: #C7D6F5;
--royal-blue-300: #9CB7ED;
--royal-blue-400: #6891E3;
--royal-blue-500: #3D72DB;
--royal-blue-600: #2356BE;
--royal-blue-700: #1C4597;
--royal-blue-800: #14316C;
--royal-blue-900: #0D1F45;
--royal-blue-950: #08142B;
}