Dodger Blue
#1CB5FD
BlueColor Codes
All color formats for development
HEX
#1CB5FDRGB
rgb(28, 181, 253)HSL
hsl(199, 98%, 55%)OKLCH
oklch(0.733 0.155 237.1)CMYK
cmyk(89%, 28%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03ACFA
2#0299DE
3#0285C2
4#0272A7
5#015F8B
6#014C6F
7#013953
8#012638
9#00131C
Tints
Lighter variations
1#33BDFD
2#49C4FD
3#60CCFD
4#77D3FE
5#8DDAFE
6#A4E2FE
7#BBE9FE
8#D2F0FF
9#E8F8FF
Tones
Muted variations
1#27B1F1
2#32ADE6
3#3EA9DB
4#49A5D0
5#54A1C4
6#5F9DB9
7#6B99AE
8#7694A3
9#819097
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;
}