Royal Blue
#2659F2
BlueColor Codes
All color formats for development
HEX
#2659F2RGB
rgb(38, 89, 242)HSL
hsl(225, 89%, 55%)OKLCH
oklch(0.534 0.235 264.8)CMYK
cmyk(84%, 63%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E46EF
2#0C3ED4
3#0B36BA
4#092F9F
5#082785
6#061F6A
7#051750
8#031035
9#02081B
Tints
Lighter variations
1#3C6AF4
2#517AF5
3#678BF6
4#7D9CF7
5#93ACF9
6#A8BDFA
7#BECDFB
8#D4DEFC
9#E9EEFE
Tones
Muted variations
1#305EE8
2#3B63DE
3#4569D4
4#4F6ECA
5#5973BF
6#6378B5
7#6E7DAB
8#7882A1
9#828796
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE5 #DDE5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CF #C0CFFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90AA #90AAF9 | BordersInactive statesPlaceholder text |
| 400 | 567E #567EF5 | Disabled statesSecondary iconsMuted text |
| 500 | 2659 #2659F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C3E #0C3ED4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A32 #0A32A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0723 #072378 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0417 #04174D | Primary textHigh emphasis contentDark headings |
| 950 | 030E #030E30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F4FE;
--royal-blue-100: #DDE5FD;
--royal-blue-200: #C0CFFB;
--royal-blue-300: #90AAF9;
--royal-blue-400: #567EF5;
--royal-blue-500: #2659F2;
--royal-blue-600: #0C3ED4;
--royal-blue-700: #0A32A9;
--royal-blue-800: #072378;
--royal-blue-900: #04174D;
--royal-blue-950: #030E30;
}