Royal Blue
#2C79ED
BlueColor Codes
All color formats for development
HEX
#2C79EDRGB
rgb(44, 121, 237)HSL
hsl(216, 84%, 55%)OKLCH
oklch(0.594 0.191 259)CMYK
cmyk(81%, 49%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1469E8
2#125DCE
3#1052B5
4#0D469B
5#0B3A81
6#092F67
7#07234D
8#041734
9#020C1A
Tints
Lighter variations
1#4186EE
2#5694F0
3#6BA1F2
4#80AFF4
5#95BCF6
6#ABC9F8
7#C0D7F9
8#D5E4FB
9#EAF2FD
Tones
Muted variations
1#357BE3
2#3F7DD9
3#497FD0
4#5281C6
5#5C83BC
6#6685B3
7#6F86A9
8#7988A0
9#838A96
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEA #DEEAFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D8 #C2D8FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93BA #93BAF6 | BordersInactive statesPlaceholder text |
| 400 | 5B97 #5B97F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C79 #2C79ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 125D #125DCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E4A #0E4AA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A35 #0A3575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0722 #07224B | Primary textHigh emphasis contentDark headings |
| 950 | 0415 #04152F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F6FE;
--royal-blue-100: #DEEAFC;
--royal-blue-200: #C2D8FA;
--royal-blue-300: #93BAF6;
--royal-blue-400: #5B97F1;
--royal-blue-500: #2C79ED;
--royal-blue-600: #125DCE;
--royal-blue-700: #0E4AA4;
--royal-blue-800: #0A3575;
--royal-blue-900: #07224B;
--royal-blue-950: #04152F;
}