Dodger Blue
#07B3DA
CyanColor Codes
All color formats for development
HEX
#07B3DARGB
rgb(7, 179, 218)HSL
hsl(191, 94%, 44%)OKLCH
oklch(0.71 0.129 221)CMYK
cmyk(97%, 18%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06A1C4
2#058FAE
3#057D98
4#046B83
5#03596D
6#034857
7#023641
8#01242C
9#011216
Tints
Lighter variations
1#08CAF5
2#21D1F8
3#3DD7F9
4#59DCFA
5#74E2FB
6#90E8FC
7#ACEEFC
8#C8F3FD
9#E3F9FE
Tones
Muted variations
1#11ACCF
2#1CA6C5
3#269FBA
4#3198AF
5#3B92A5
6#468B9A
7#518490
8#5B7E85
9#66777B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF8 #DCF8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF2 #BFF2FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DE7 #8DE7FB | BordersInactive statesPlaceholder text |
| 400 | 52DB #52DBFA | Disabled statesSecondary iconsMuted text |
| 500 | 20D1 #20D1F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07B3 #07B3DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 058E #058EAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0466 #04667C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0241 #02414F | Primary textHigh emphasis contentDark headings |
| 950 | 0229 #022931 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FCFF;
--dodger-blue-100: #DCF8FE;
--dodger-blue-200: #BFF2FD;
--dodger-blue-300: #8DE7FB;
--dodger-blue-400: #52DBFA;
--dodger-blue-500: #20D1F8;
--dodger-blue-600: #07B3DA;
--dodger-blue-700: #058EAD;
--dodger-blue-800: #04667C;
--dodger-blue-900: #02414F;
--dodger-blue-950: #022931;
}