Royal Blue
#2875F0
BlueColor Codes
All color formats for development
HEX
#2875F0RGB
rgb(40, 117, 240)HSL
hsl(217, 87%, 55%)OKLCH
oklch(0.587 0.2 259.8)CMYK
cmyk(83%, 51%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1065EC
2#0F59D2
3#0D4EB8
4#0B439D
5#093883
6#072D69
7#05224F
8#041634
9#020B1A
Tints
Lighter variations
1#3E83F2
2#5391F3
3#699EF5
4#7EACF6
5#94BAF8
6#A9C8F9
7#BFD6FB
8#D4E3FC
9#EAF1FE
Tones
Muted variations
1#3277E6
2#3C7ADC
3#467CD2
4#507EC8
5#5A81BE
6#6483B4
7#6E85AA
8#7888A0
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 #C1D7FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91B8 #91B8F7 | BordersInactive statesPlaceholder text |
| 400 | 5894 #5894F3 | Disabled statesSecondary iconsMuted text |
| 500 | 2875 #2875F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0F59 #0F59D2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C47 #0C47A7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0833 #083377 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0521 #05214C | Primary textHigh emphasis contentDark headings |
| 950 | 0314 #031430 | 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: #C1D7FB;
--royal-blue-300: #91B8F7;
--royal-blue-400: #5894F3;
--royal-blue-500: #2875F0;
--royal-blue-600: #0F59D2;
--royal-blue-700: #0C47A7;
--royal-blue-800: #083377;
--royal-blue-900: #05214C;
--royal-blue-950: #031430;
}