Royal Blue
#7277DA
BlueColor Codes
All color formats for development
HEX
#7277DARGB
rgb(114, 119, 218)HSL
hsl(237, 58%, 65%)OKLCH
oklch(0.612 0.148 278.9)CMYK
cmyk(48%, 45%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#585ED3
2#3E45CC
3#3137B7
4#2A309D
5#232883
6#1C2069
7#15184F
8#0E1034
9#07081A
Tints
Lighter variations
1#8085DD
2#8E92E1
3#9CA0E5
4#AAADE9
5#B8BBEC
6#C7C9F0
7#D5D6F4
8#E3E4F8
9#F1F1FB
Tones
Muted variations
1#777CD4
2#7C80CF
3#8285CA
4#878AC5
5#8C8EC0
6#9193BA
7#9698B5
8#9B9CB0
9#A1A1AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E4 #E3E4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCD #CBCDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A6 #A2A6E6 | BordersInactive statesPlaceholder text |
| 400 | 7277 #7277DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A50 #4A50CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F36 #2F36B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 252B #252B8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B1E #1B1E65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1114 #111440 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0C #0B0C28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F3FC;
--royal-blue-100: #E3E4F8;
--royal-blue-200: #CBCDF1;
--royal-blue-300: #A2A6E6;
--royal-blue-400: #7277DA;
--royal-blue-500: #4A50CF;
--royal-blue-600: #2F36B1;
--royal-blue-700: #252B8D;
--royal-blue-800: #1B1E65;
--royal-blue-900: #111440;
--royal-blue-950: #0B0C28;
}