Royal Blue
#2864F0
BlueColor Codes
All color formats for development
HEX
#2864F0RGB
rgb(40, 100, 240)HSL
hsl(222, 87%, 55%)OKLCH
oklch(0.553 0.22 263.4)CMYK
cmyk(83%, 58%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1052EC
2#0F49D2
3#0D40B8
4#0B379D
5#092E83
6#072569
7#051B4F
8#041234
9#02091A
Tints
Lighter variations
1#3E74F2
2#5383F3
3#6993F5
4#7EA2F6
5#94B2F8
6#A9C1F9
7#BFD1FB
8#D4E0FC
9#EAF0FE
Tones
Muted variations
1#3268E6
2#3C6CDC
3#4670D2
4#5074C8
5#5A78BE
6#647CB4
7#6E80AA
8#7884A0
9#828896
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE7 #DEE7FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1D2 #C1D2FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91B0 #91B0F7 | BordersInactive statesPlaceholder text |
| 400 | 5887 #5887F3 | Disabled statesSecondary iconsMuted text |
| 500 | 2864 #2864F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0F49 #0F49D2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C3A #0C3AA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 082A #082A77 | Text on light backgroundsHeadingsStrong borders |
| 900 | 051B #051B4C | Primary textHigh emphasis contentDark headings |
| 950 | 0311 #031130 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F5FE;
--royal-blue-100: #DEE7FD;
--royal-blue-200: #C1D2FB;
--royal-blue-300: #91B0F7;
--royal-blue-400: #5887F3;
--royal-blue-500: #2864F0;
--royal-blue-600: #0F49D2;
--royal-blue-700: #0C3AA7;
--royal-blue-800: #082A77;
--royal-blue-900: #051B4C;
--royal-blue-950: #031130;
}