Dodger Blue
#268CF2
BlueColor Codes
All color formats for development
HEX
#268CF2RGB
rgb(38, 140, 242)HSL
hsl(210, 89%, 55%)OKLCH
oklch(0.636 0.177 252.9)CMYK
cmyk(84%, 42%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E7EEF
2#0C70D4
3#0B62BA
4#09549F
5#084685
6#06386A
7#052A50
8#031C35
9#020E1B
Tints
Lighter variations
1#3C98F4
2#51A3F5
3#67AFF6
4#7DBAF7
5#93C6F9
6#A8D1FA
7#BEDDFB
8#D4E8FC
9#E9F4FE
Tones
Muted variations
1#308CE8
2#3B8CDE
3#458CD4
4#4F8CCA
5#598CBF
6#638CB5
7#6E8CAB
8#788CA1
9#828C96
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDED #DDEDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0DE #C0DEFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90C4 #90C4F9 | BordersInactive statesPlaceholder text |
| 400 | 56A6 #56A6F5 | Disabled statesSecondary iconsMuted text |
| 500 | 268C #268CF2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C70 #0C70D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A59 #0A59A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0740 #074078 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0429 #04294D | Primary textHigh emphasis contentDark headings |
| 950 | 031A #031A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F7FE;
--dodger-blue-100: #DDEDFD;
--dodger-blue-200: #C0DEFB;
--dodger-blue-300: #90C4F9;
--dodger-blue-400: #56A6F5;
--dodger-blue-500: #268CF2;
--dodger-blue-600: #0C70D4;
--dodger-blue-700: #0A59A9;
--dodger-blue-800: #074078;
--dodger-blue-900: #04294D;
--dodger-blue-950: #031A30;
}