Royal Blue
#4A72CF
BlueColor Codes
All color formats for development
HEX
#4A72CFRGB
rgb(74, 114, 207)HSL
hsl(222, 58%, 55%)OKLCH
oklch(0.57 0.15 264.6)CMYK
cmyk(64%, 45%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3561C7
2#2F56B1
3#294B9B
4#234185
5#1D366F
6#182B59
7#122042
8#0C162C
9#060B16
Tints
Lighter variations
1#5C80D4
2#6E8ED8
3#809CDD
4#92AAE2
5#A4B8E7
6#B6C6EC
7#C9D5F1
8#DBE3F5
9#EDF1FA
Tones
Muted variations
1#5074C8
2#5777C1
3#5E7ABB
4#647CB4
5#6B7FAE
6#7282A7
7#7884A0
8#7F879A
9#868A93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E9 #E3E9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD6 #CBD6F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2B7 #A2B7E6 | BordersInactive statesPlaceholder text |
| 400 | 7291 #7291DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A72 #4A72CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F56 #2F56B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2545 #25458D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B31 #1B3165 | Text on light backgroundsHeadingsStrong borders |
| 900 | 111F #111F40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B14 #0B1428 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F6FC;
--royal-blue-100: #E3E9F8;
--royal-blue-200: #CBD6F1;
--royal-blue-300: #A2B7E6;
--royal-blue-400: #7291DA;
--royal-blue-500: #4A72CF;
--royal-blue-600: #2F56B1;
--royal-blue-700: #25458D;
--royal-blue-800: #1B3165;
--royal-blue-900: #111F40;
--royal-blue-950: #0B1428;
}