Royal Blue
#3A6EDF
BlueColor Codes
All color formats for development
HEX
#3A6EDFRGB
rgb(58, 110, 223)HSL
hsl(221, 72%, 55%)OKLCH
oklch(0.565 0.182 263.2)CMYK
cmyk(74%, 51%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#235DD9
2#1F53C1
3#1B48A9
4#183E91
5#143479
6#102960
7#0C1F48
8#081530
9#040A18
Tints
Lighter variations
1#4D7CE2
2#618BE5
3#7599E9
4#89A8EC
5#9CB6EF
6#B0C5F2
7#C4D3F5
8#D8E2F9
9#EBF0FC
Tones
Muted variations
1#4271D7
2#4A74CE
3#5277C6
4#5B7ABE
5#637DB6
6#6B80AD
7#7383A5
8#7C869D
9#848995
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E8 #E0E8FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6D5 #C6D5F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AB5 #9AB5EF | BordersInactive statesPlaceholder text |
| 400 | 658E #658EE6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A6E #3A6EDF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F53 #1F53C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1942 #19429A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 122F #122F6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B1E #0B1E46 | Primary textHigh emphasis contentDark headings |
| 950 | 0713 #07132C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F5FD;
--royal-blue-100: #E0E8FA;
--royal-blue-200: #C6D5F6;
--royal-blue-300: #9AB5EF;
--royal-blue-400: #658EE6;
--royal-blue-500: #3A6EDF;
--royal-blue-600: #1F53C1;
--royal-blue-700: #19429A;
--royal-blue-800: #122F6E;
--royal-blue-900: #0B1E46;
--royal-blue-950: #07132C;
}