Dodger Blue
#2BB3EE
BlueColor Codes
All color formats for development
HEX
#2BB3EERGB
rgb(43, 179, 238)HSL
hsl(198, 85%, 55%)OKLCH
oklch(0.723 0.139 233.1)CMYK
cmyk(82%, 25%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13A9EA
2#1196D0
3#0F84B6
4#0D719C
5#0B5E82
6#084B68
7#06384E
8#042634
9#02131A
Tints
Lighter variations
1#40BBF0
2#55C2F1
3#6ACAF3
4#80D2F5
5#95D9F6
6#AAE1F8
7#BFE8FA
8#D5F0FC
9#EAF7FD
Tones
Muted variations
1#34AFE4
2#3EABDA
3#48A8D1
4#52A4C7
5#5BA0BD
6#659CB3
7#6F98AA
8#7994A0
9#829096
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF3 #DEF3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E9 #C2E9FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92D8 #92D8F6 | BordersInactive statesPlaceholder text |
| 400 | 5AC4 #5AC4F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BB3 #2BB3EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1196 #1196D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D78 #0D78A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A55 #0A5576 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0637 #06374B | Primary textHigh emphasis contentDark headings |
| 950 | 0422 #04222F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FAFE;
--dodger-blue-100: #DEF3FC;
--dodger-blue-200: #C2E9FA;
--dodger-blue-300: #92D8F6;
--dodger-blue-400: #5AC4F2;
--dodger-blue-500: #2BB3EE;
--dodger-blue-600: #1196D0;
--dodger-blue-700: #0D78A5;
--dodger-blue-800: #0A5576;
--dodger-blue-900: #06374B;
--dodger-blue-950: #04222F;
}