Dodger Blue
#0299DE
BlueColor Codes
All color formats for development
HEX
#0299DERGB
rgb(2, 153, 222)HSL
hsl(199, 98%, 44%)OKLCH
oklch(0.65 0.147 239.2)CMYK
cmyk(99%, 31%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0289C8
2#027AB2
3#026B9C
4#015C85
5#014C6F
6#013D59
7#012E43
8#001F2C
9#000F16
Tints
Lighter variations
1#03ACFA
2#1DB6FD
3#39BFFD
4#55C8FD
5#72D1FE
6#8EDAFE
7#AAE4FE
8#C6EDFE
9#E3F6FF
Tones
Muted variations
1#0D94D3
2#1890C8
3#238CBD
4#2E88B2
5#3984A7
6#44809C
7#4F7C91
8#5A7886
9#65747B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF4 #DCF4FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDEA #BDEAFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BD9 #8BD9FE | BordersInactive statesPlaceholder text |
| 400 | 4EC6 #4EC6FD | Disabled statesSecondary iconsMuted text |
| 500 | 1CB5 #1CB5FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0299 #0299DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0279 #0279B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0157 #01577E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0137 #013751 | Primary textHigh emphasis contentDark headings |
| 950 | 0123 #012332 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FAFF;
--dodger-blue-100: #DCF4FF;
--dodger-blue-200: #BDEAFE;
--dodger-blue-300: #8BD9FE;
--dodger-blue-400: #4EC6FD;
--dodger-blue-500: #1CB5FD;
--dodger-blue-600: #0299DE;
--dodger-blue-700: #0279B1;
--dodger-blue-800: #01577E;
--dodger-blue-900: #013751;
--dodger-blue-950: #012332;
}