Dodger Blue
#2690F2
BlueColor Codes
All color formats for development
HEX
#2690F2RGB
rgb(38, 144, 242)HSL
hsl(209, 89%, 55%)OKLCH
oklch(0.645 0.173 251.4)CMYK
cmyk(84%, 40%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E82EF
2#0C74D4
3#0B65BA
4#09579F
5#084885
6#063A6A
7#052B50
8#031D35
9#020E1B
Tints
Lighter variations
1#3C9BF4
2#51A6F5
3#67B1F6
4#7DBCF7
5#93C7F9
6#A8D2FA
7#BEDEFB
8#D4E9FC
9#E9F4FE
Tones
Muted variations
1#308FE8
2#3B8FDE
3#458FD4
4#4F8ECA
5#598EBF
6#638EB5
7#6E8DAB
8#788DA1
9#828D96
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEE #DDEEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0DF #C0DFFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90C6 #90C6F9 | BordersInactive statesPlaceholder text |
| 400 | 56A8 #56A8F5 | Disabled statesSecondary iconsMuted text |
| 500 | 2690 #2690F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C74 #0C74D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A5C #0A5CA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0742 #074278 | Text on light backgroundsHeadingsStrong borders |
| 900 | 042A #042A4D | 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: #F1F8FE;
--dodger-blue-100: #DDEEFD;
--dodger-blue-200: #C0DFFB;
--dodger-blue-300: #90C6F9;
--dodger-blue-400: #56A8F5;
--dodger-blue-500: #2690F2;
--dodger-blue-600: #0C74D4;
--dodger-blue-700: #0A5CA9;
--dodger-blue-800: #074278;
--dodger-blue-900: #042A4D;
--dodger-blue-950: #031A30;
}