Royal Blue
#2660F2
BlueColor Codes
All color formats for development
HEX
#2660F2RGB
rgb(38, 96, 242)HSL
hsl(223, 89%, 55%)OKLCH
oklch(0.547 0.227 263.8)CMYK
cmyk(84%, 60%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E4EEF
2#0C45D4
3#0B3CBA
4#09349F
5#082B85
6#06226A
7#051A50
8#031135
9#02091B
Tints
Lighter variations
1#3C70F4
2#5180F5
3#6790F6
4#7DA0F7
5#93AFF9
6#A8BFFA
7#BECFFB
8#D4DFFC
9#E9EFFE
Tones
Muted variations
1#3064E8
2#3B69DE
3#456DD4
4#4F72CA
5#5976BF
6#637BB5
7#6E7FAB
8#7883A1
9#828896
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE6 #DDE6FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D1 #C0D1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90AE #90AEF9 | BordersInactive statesPlaceholder text |
| 400 | 5683 #5683F5 | Disabled statesSecondary iconsMuted text |
| 500 | 2660 #2660F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C45 #0C45D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A37 #0A37A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0727 #072778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0419 #04194D | Primary textHigh emphasis contentDark headings |
| 950 | 0310 #031030 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F4FE;
--royal-blue-100: #DDE6FD;
--royal-blue-200: #C0D1FB;
--royal-blue-300: #90AEF9;
--royal-blue-400: #5683F5;
--royal-blue-500: #2660F2;
--royal-blue-600: #0C45D4;
--royal-blue-700: #0A37A9;
--royal-blue-800: #072778;
--royal-blue-900: #04194D;
--royal-blue-950: #031030;
}