Royal Blue
#6A7EE2
BlueColor Codes
All color formats for development
HEX
#6A7EE2RGB
rgb(106, 126, 226)HSL
hsl(230, 67%, 65%)OKLCH
oklch(0.625 0.152 272.8)CMYK
cmyk(53%, 44%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4E66DC
2#334ED7
3#2640C2
4#2137A6
5#1B2E8A
6#16256F
7#101C53
8#0B1237
9#05091C
Tints
Lighter variations
1#798BE4
2#8898E7
3#97A5EA
4#A6B2ED
5#B4BEF0
6#C3CBF3
7#D2D8F6
8#E1E5F9
9#F0F2FC
Tones
Muted variations
1#7082DC
2#7686D6
3#7C8AD0
4#828ECA
5#8892C4
6#8E96BE
7#949AB8
8#9A9EB2
9#A0A2AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E5 #E1E5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8CF #C8CFF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DAA #9DAAEC | BordersInactive statesPlaceholder text |
| 400 | 6A7E #6A7EE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3F59 #3F59D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 253E #253EBB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D31 #1D3195 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1523 #15236A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D17 #0D1744 | Primary textHigh emphasis contentDark headings |
| 950 | 080E #080E2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F4FC;
--royal-blue-100: #E1E5F9;
--royal-blue-200: #C8CFF4;
--royal-blue-300: #9DAAEC;
--royal-blue-400: #6A7EE2;
--royal-blue-500: #3F59D9;
--royal-blue-600: #253EBB;
--royal-blue-700: #1D3195;
--royal-blue-800: #15236A;
--royal-blue-900: #0D1744;
--royal-blue-950: #080E2B;
}