Royal Blue
#2D7CEB
BlueColor Codes
All color formats for development
HEX
#2D7CEBRGB
rgb(45, 124, 235)HSL
hsl(215, 83%, 55%)OKLCH
oklch(0.599 0.184 258)CMYK
cmyk(81%, 47%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#156DE7
2#1361CD
3#1155B4
4#0E499A
5#0C3C80
6#0A3067
7#07244D
8#051833
9#020C1A
Tints
Lighter variations
1#4289ED
2#5797EF
3#6CA4F1
4#81B1F3
5#96BEF5
6#ABCBF7
7#C0D8F9
8#D5E5FB
9#EAF2FD
Tones
Muted variations
1#377EE2
2#4080D8
3#4A81CF
4#5383C5
5#5D84BC
6#6686B2
7#7087A9
8#79899F
9#838B96
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEB #DEEBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D9 #C2D9F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94BC #94BCF5 | BordersInactive statesPlaceholder text |
| 400 | 5C99 #5C99F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D7C #2D7CEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1361 #1361CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F4D #0F4DA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B37 #0B3775 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0723 #07234B | Primary textHigh emphasis contentDark headings |
| 950 | 0416 #04162F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F6FE;
--royal-blue-100: #DEEBFC;
--royal-blue-200: #C2D9F9;
--royal-blue-300: #94BCF5;
--royal-blue-400: #5C99F0;
--royal-blue-500: #2D7CEB;
--royal-blue-600: #1361CD;
--royal-blue-700: #0F4DA3;
--royal-blue-800: #0B3775;
--royal-blue-900: #07234B;
--royal-blue-950: #04162F;
}