Royal Blue
#6272EA
BlueColor Codes
All color formats for development
HEX
#6272EARGB
rgb(98, 114, 234)HSL
hsl(233, 76%, 65%)OKLCH
oklch(0.601 0.18 274)CMYK
cmyk(58%, 51%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4558E6
2#283DE2
3#1C30CC
4#182AAF
5#142392
6#101C75
7#0C1558
8#080E3A
9#04071D
Tints
Lighter variations
1#7280EC
2#818EEE
3#919CF0
4#A1AAF2
5#B0B8F4
6#C0C6F6
7#D0D5F9
8#E0E3FB
9#EFF1FD
Tones
Muted variations
1#6977E3
2#6F7CDC
3#7681D5
4#7D87CE
5#848CC8
6#8B91C1
7#9196BA
8#989BB3
9#9FA1AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E3 #E0E3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5CB #C5CBF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98A2 #98A2F1 | BordersInactive statesPlaceholder text |
| 400 | 6272 #6272EA | Disabled statesSecondary iconsMuted text |
| 500 | 3549 #3549E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B2F #1B2FC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1525 #15259D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F1B #0F1B70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A11 #0A1148 | Primary textHigh emphasis contentDark headings |
| 950 | 060B #060B2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F3FD;
--royal-blue-100: #E0E3FB;
--royal-blue-200: #C5CBF7;
--royal-blue-300: #98A2F1;
--royal-blue-400: #6272EA;
--royal-blue-500: #3549E3;
--royal-blue-600: #1B2FC5;
--royal-blue-700: #15259D;
--royal-blue-800: #0F1B70;
--royal-blue-900: #0A1148;
--royal-blue-950: #060B2D;
}