Royal Blue
#2A75EF
BlueColor Codes
All color formats for development
HEX
#2A75EFRGB
rgb(42, 117, 239)HSL
hsl(217, 86%, 55%)OKLCH
oklch(0.586 0.198 260)CMYK
cmyk(82%, 51%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1265EB
2#105AD1
3#0E4EB7
4#0C439D
5#0A3882
6#082D68
7#06224E
8#041634
9#020B1A
Tints
Lighter variations
1#3F83F1
2#5491F2
3#6A9FF4
4#7FACF5
5#94BAF7
6#AAC8F9
7#BFD6FA
8#D4E3FC
9#EAF1FD
Tones
Muted variations
1#3378E5
2#3D7ADB
3#477CD1
4#517EC7
5#5B81BE
6#6583B4
7#6F85AA
8#7988A0
9#828A96
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEA #DEEAFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1D7 #C1D7FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92B9 #92B9F7 | BordersInactive statesPlaceholder text |
| 400 | 5994 #5994F3 | Disabled statesSecondary iconsMuted text |
| 500 | 2A75 #2A75EF | Primary brand colorCTAsActive elementsLinks |
| 600 | 105A #105AD1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C47 #0C47A6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0933 #093377 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0621 #06214C | Primary textHigh emphasis contentDark headings |
| 950 | 0414 #04142F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F6FE;
--royal-blue-100: #DEEAFD;
--royal-blue-200: #C1D7FA;
--royal-blue-300: #92B9F7;
--royal-blue-400: #5994F3;
--royal-blue-500: #2A75EF;
--royal-blue-600: #105AD1;
--royal-blue-700: #0C47A6;
--royal-blue-800: #093377;
--royal-blue-900: #06214C;
--royal-blue-950: #04142F;
}