Dodger Blue
#2BAAEE
BlueColor Codes
All color formats for development
HEX
#2BAAEERGB
rgb(43, 170, 238)HSL
hsl(201, 85%, 55%)OKLCH
oklch(0.702 0.144 238.4)CMYK
cmyk(82%, 29%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#139EEA
2#118DD0
3#0F7BB6
4#0D6A9C
5#0B5882
6#084668
7#06354E
8#042334
9#02121A
Tints
Lighter variations
1#40B2F0
2#55BBF1
3#6AC3F3
4#80CCF5
5#95D4F6
6#AADDF8
7#BFE5FA
8#D5EEFC
9#EAF6FD
Tones
Muted variations
1#34A7E4
2#3EA4DA
3#48A1D1
4#529EC7
5#5B9BBD
6#6598B3
7#6F95AA
8#7992A0
9#828F96
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF2 #DEF2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E6 #C2E6FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92D3 #92D3F6 | BordersInactive statesPlaceholder text |
| 400 | 5ABD #5ABDF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BAA #2BAAEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 118D #118DD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D70 #0D70A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A50 #0A5076 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0633 #06334B | Primary textHigh emphasis contentDark headings |
| 950 | 0420 #04202F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F9FE;
--dodger-blue-100: #DEF2FC;
--dodger-blue-200: #C2E6FA;
--dodger-blue-300: #92D3F6;
--dodger-blue-400: #5ABDF2;
--dodger-blue-500: #2BAAEE;
--dodger-blue-600: #118DD0;
--dodger-blue-700: #0D70A5;
--dodger-blue-800: #0A5076;
--dodger-blue-900: #06334B;
--dodger-blue-950: #04202F;
}