Royal Blue
#1876C9
BlueColor Codes
All color formats for development
HEX
#1876C9RGB
rgb(24, 118, 201)HSL
hsl(208, 79%, 44%)OKLCH
oklch(0.558 0.152 251.1)CMYK
cmyk(88%, 41%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#156AB5
2#135EA1
3#10538D
4#0E4779
5#0C3B64
6#092F50
7#07233C
8#051828
9#020C14
Tints
Lighter variations
1#1B85E2
2#3393E7
3#4CA0EA
4#66AEED
5#7FBBF0
6#99C9F3
7#B2D6F6
8#CCE4F9
9#E5F1FC
Tones
Muted variations
1#2076C0
2#2975B7
3#3274AE
4#3B74A5
5#44739D
6#4D7394
7#56728B
8#5E7182
9#677179
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEE #DFEEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E0 #C4E0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96C7 #96C7F3 | BordersInactive statesPlaceholder text |
| 400 | 5FAA #5FAAEC | Disabled statesSecondary iconsMuted text |
| 500 | 3292 #3292E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1876 #1876C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 135E #135EA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D43 #0D4372 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092B #092B49 | Primary textHigh emphasis contentDark headings |
| 950 | 051B #051B2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F8FD;
--royal-blue-100: #DFEEFB;
--royal-blue-200: #C4E0F8;
--royal-blue-300: #96C7F3;
--royal-blue-400: #5FAAEC;
--royal-blue-500: #3292E7;
--royal-blue-600: #1876C9;
--royal-blue-700: #135EA0;
--royal-blue-800: #0D4372;
--royal-blue-900: #092B49;
--royal-blue-950: #051B2E;
}