Dodger Blue
#34B0E5
BlueColor Codes
All color formats for development
HEX
#34B0E5RGB
rgb(52, 176, 229)HSL
hsl(198, 77%, 55%)OKLCH
oklch(0.714 0.13 231.6)CMYK
cmyk(77%, 23%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1DA5DF
2#1A93C7
3#1780AE
4#136E95
5#105C7C
6#0D4963
7#0A374A
8#062532
9#031219
Tints
Lighter variations
1#48B8E7
2#5DBFEA
3#71C7ED
4#85CFEF
5#99D7F2
6#AEDFF4
7#C2E7F7
8#D6EFFA
9#EBF7FC
Tones
Muted variations
1#3DACDC
2#46A9D3
3#4EA5CA
4#57A1C1
5#609EB8
6#699AB0
7#7297A7
8#7B939E
9#839095
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF3 #DFF3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E8 #C4E8F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97D6 #97D6F2 | BordersInactive statesPlaceholder text |
| 400 | 61C1 #61C1EA | Disabled statesSecondary iconsMuted text |
| 500 | 34B0 #34B0E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A93 #1A93C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1575 #15759E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F53 #0F5371 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0935 #093548 | Primary textHigh emphasis contentDark headings |
| 950 | 0621 #06212D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FAFD;
--dodger-blue-100: #DFF3FB;
--dodger-blue-200: #C4E8F7;
--dodger-blue-300: #97D6F2;
--dodger-blue-400: #61C1EA;
--dodger-blue-500: #34B0E5;
--dodger-blue-600: #1A93C7;
--dodger-blue-700: #15759E;
--dodger-blue-800: #0F5371;
--dodger-blue-900: #093548;
--dodger-blue-950: #06212D;
}