Dodger Blue
#2FB5E9
BlueColor Codes
All color formats for development
HEX
#2FB5E9RGB
rgb(47, 181, 233)HSL
hsl(197, 81%, 55%)OKLCH
oklch(0.726 0.132 229.8)CMYK
cmyk(80%, 22%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18ABE4
2#1598CB
3#1385B2
4#107298
5#0D5F7F
6#0B4C66
7#08394C
8#052633
9#031319
Tints
Lighter variations
1#44BCEB
2#59C3EE
3#6ECBF0
4#82D2F2
5#97DAF4
6#ACE1F6
7#C1E9F8
8#D5F0FB
9#EAF8FD
Tones
Muted variations
1#39B0E0
2#42ACD7
3#4BA8CD
4#54A4C4
5#5EA0BB
6#679CB1
7#7098A8
8#7A949F
9#839096
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF3 #DFF3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E9 #C3E9F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D9 #95D9F4 | BordersInactive statesPlaceholder text |
| 400 | 5DC5 #5DC5EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FB5 #2FB5E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1598 #1598CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1179 #1179A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C56 #0C5673 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0837 #08374A | Primary textHigh emphasis contentDark headings |
| 950 | 0522 #05222E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FAFE;
--dodger-blue-100: #DFF3FC;
--dodger-blue-200: #C3E9F9;
--dodger-blue-300: #95D9F4;
--dodger-blue-400: #5DC5EE;
--dodger-blue-500: #2FB5E9;
--dodger-blue-600: #1598CB;
--dodger-blue-700: #1179A2;
--dodger-blue-800: #0C5673;
--dodger-blue-900: #08374A;
--dodger-blue-950: #05222E;
}