Royal Blue
#2A47EF
BlueColor Codes
All color formats for development
HEX
#2A47EFRGB
rgb(42, 71, 239)HSL
hsl(231, 86%, 55%)OKLCH
oklch(0.503 0.25 267.4)CMYK
cmyk(82%, 70%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1232EB
2#102DD1
3#0E27B7
4#0C219D
5#0A1C82
6#081668
7#06114E
8#040B34
9#02061A
Tints
Lighter variations
1#3F5AF1
2#546CF2
3#6A7EF4
4#7F91F5
5#94A3F7
6#AAB5F9
7#BFC8FA
8#D4DAFC
9#EAEDFD
Tones
Muted variations
1#334EE5
2#3D55DB
3#475CD1
4#5163C7
5#5B6ABE
6#6571B4
7#6F78AA
8#797EA0
9#828596
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE2 #DEE2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1CA #C1CAFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92A1 #92A1F7 | BordersInactive statesPlaceholder text |
| 400 | 5970 #5970F3 | Disabled statesSecondary iconsMuted text |
| 500 | 2A47 #2A47EF | Primary brand colorCTAsActive elementsLinks |
| 600 | 102D #102DD1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C24 #0C24A6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0919 #091977 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0610 #06104C | Primary textHigh emphasis contentDark headings |
| 950 | 040A #040A2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F3FE;
--royal-blue-100: #DEE2FD;
--royal-blue-200: #C1CAFA;
--royal-blue-300: #92A1F7;
--royal-blue-400: #5970F3;
--royal-blue-500: #2A47EF;
--royal-blue-600: #102DD1;
--royal-blue-700: #0C24A6;
--royal-blue-800: #091977;
--royal-blue-900: #06104C;
--royal-blue-950: #040A2F;
}