Dodger Blue
#2F92E9
BlueColor Codes
All color formats for development
HEX
#2F92E9RGB
rgb(47, 146, 233)HSL
hsl(208, 81%, 55%)OKLCH
oklch(0.646 0.158 249.6)CMYK
cmyk(80%, 37%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1885E4
2#1576CB
3#1367B2
4#105998
5#0D4A7F
6#0B3B66
7#082C4C
8#051E33
9#030F19
Tints
Lighter variations
1#449DEB
2#59A8EE
3#6EB3F0
4#82BEF2
5#97C9F4
6#ACD4F6
7#C1DEF8
8#D5E9FB
9#EAF4FD
Tones
Muted variations
1#3992E0
2#4291D7
3#4B91CD
4#5490C4
5#5E8FBB
6#678FB1
7#708EA8
8#7A8D9F
9#838D96
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEE #DFEEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E0 #C3E0F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95C8 #95C8F4 | BordersInactive statesPlaceholder text |
| 400 | 5DAB #5DABEE | Disabled statesSecondary iconsMuted text |
| 500 | 2F92 #2F92E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1576 #1576CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 115E #115EA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C43 #0C4373 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082B #082B4A | Primary textHigh emphasis contentDark headings |
| 950 | 051B #051B2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F8FE;
--dodger-blue-100: #DFEEFC;
--dodger-blue-200: #C3E0F9;
--dodger-blue-300: #95C8F4;
--dodger-blue-400: #5DABEE;
--dodger-blue-500: #2F92E9;
--dodger-blue-600: #1576CB;
--dodger-blue-700: #115EA2;
--dodger-blue-800: #0C4373;
--dodger-blue-900: #082B4A;
--dodger-blue-950: #051B2E;
}