Dodger Blue
#2F83E9
BlueColor Codes
All color formats for development
HEX
#2F83E9RGB
rgb(47, 131, 233)HSL
hsl(213, 81%, 55%)OKLCH
oklch(0.613 0.173 255.6)CMYK
cmyk(80%, 44%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1874E4
2#1567CB
3#135AB2
4#104D98
5#0D407F
6#0B3466
7#08274C
8#051A33
9#030D19
Tints
Lighter variations
1#448FEB
2#599CEE
3#6EA8F0
4#82B5F2
5#97C1F4
6#ACCDF6
7#C1DAF8
8#D5E6FB
9#EAF3FD
Tones
Muted variations
1#3984E0
2#4285D7
3#4B86CD
4#5487C4
5#5E88BB
6#6789B1
7#7089A8
8#7A8A9F
9#838B96
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEC #DFECFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3DB #C3DBF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95C0 #95C0F4 | BordersInactive statesPlaceholder text |
| 400 | 5D9F #5D9FEE | Disabled statesSecondary iconsMuted text |
| 500 | 2F83 #2F83E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1567 #1567CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1152 #1152A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C3B #0C3B73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0825 #08254A | Primary textHigh emphasis contentDark headings |
| 950 | 0517 #05172E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F7FE;
--dodger-blue-100: #DFECFC;
--dodger-blue-200: #C3DBF9;
--dodger-blue-300: #95C0F4;
--dodger-blue-400: #5D9FEE;
--dodger-blue-500: #2F83E9;
--dodger-blue-600: #1567CB;
--dodger-blue-700: #1152A2;
--dodger-blue-800: #0C3B73;
--dodger-blue-900: #08254A;
--dodger-blue-950: #05172E;
}