Royal Blue
#2041F8
BlueColor Codes
All color formats for development
HEX
#2041F8RGB
rgb(32, 65, 248)HSL
hsl(231, 94%, 55%)OKLCH
oklch(0.5 0.268 266.2)CMYK
cmyk(87%, 74%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#082BF5
2#0726DA
3#0622BE
4#051DA3
5#041888
6#03136D
7#030E52
8#020A36
9#01051B
Tints
Lighter variations
1#3754F9
2#4D67F9
3#637AFA
4#798DFB
5#90A0FC
6#A6B3FC
7#BCC6FD
8#D2D9FE
9#E9ECFE
Tones
Muted variations
1#2B48ED
2#3650E3
3#4157D8
4#4C5FCD
5#5666C2
6#616EB7
7#6C76AD
8#777DA2
9#818597
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE1 #DCE1FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC8 #BFC8FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8D9E #8D9EFB | BordersInactive statesPlaceholder text |
| 400 | 526B #526BFA | Disabled statesSecondary iconsMuted text |
| 500 | 2041 #2041F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0726 #0726DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 051F #051FAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0416 #04167C | Text on light backgroundsHeadingsStrong borders |
| 900 | 020E #020E4F | Primary textHigh emphasis contentDark headings |
| 950 | 0209 #020931 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F2FF;
--royal-blue-100: #DCE1FE;
--royal-blue-200: #BFC8FD;
--royal-blue-300: #8D9EFB;
--royal-blue-400: #526BFA;
--royal-blue-500: #2041F8;
--royal-blue-600: #0726DA;
--royal-blue-700: #051FAD;
--royal-blue-800: #04167C;
--royal-blue-900: #020E4F;
--royal-blue-950: #020931;
}