Dodger Blue
#069BDB
BlueColor Codes
All color formats for development
HEX
#069BDBRGB
rgb(6, 155, 219)HSL
hsl(198, 95%, 44%)OKLCH
oklch(0.653 0.142 237)CMYK
cmyk(97%, 29%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#058BC5
2#047CAF
3#046C99
4#035D83
5#034D6D
6#023E58
7#022E42
8#011F2C
9#010F16
Tints
Lighter variations
1#06AFF7
2#20B8F9
3#3CC1FA
4#58CAFB
5#74D3FB
6#90DCFC
7#ABE4FD
8#C7EDFE
9#E3F6FE
Tones
Muted variations
1#1097D0
2#1B92C5
3#268EBB
4#308AB0
5#3B86A5
6#46819B
7#507D90
8#5B7986
9#66747B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF4 #DCF4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEEA #BEEAFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DDB #8DDBFC | BordersInactive statesPlaceholder text |
| 400 | 51C8 #51C8FB | Disabled statesSecondary iconsMuted text |
| 500 | 1FB8 #1FB8F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 069B #069BDB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 047B #047BAE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0358 #03587C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0238 #023850 | 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: #DCF4FE;
--dodger-blue-200: #BEEAFD;
--dodger-blue-300: #8DDBFC;
--dodger-blue-400: #51C8FB;
--dodger-blue-500: #1FB8F9;
--dodger-blue-600: #069BDB;
--dodger-blue-700: #047BAE;
--dodger-blue-800: #03587C;
--dodger-blue-900: #023850;
--dodger-blue-950: #012332;
}