Dodger Blue
#20BFF8
BlueColor Codes
All color formats for development
HEX
#20BFF8RGB
rgb(32, 191, 248)HSL
hsl(196, 94%, 55%)OKLCH
oklch(0.754 0.144 229.6)CMYK
cmyk(87%, 23%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08B6F5
2#07A1DA
3#068DBE
4#0579A3
5#046588
6#03516D
7#033D52
8#022836
9#01141B
Tints
Lighter variations
1#37C5F9
2#4DCBF9
3#63D2FA
4#79D8FB
5#90DFFC
6#A6E5FC
7#BCECFD
8#D2F2FE
9#E9F9FE
Tones
Muted variations
1#2BBAED
2#36B5E3
3#41AFD8
4#4CAACD
5#56A5C2
6#61A0B7
7#6C9BAD
8#7796A2
9#819197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF5 #DCF5FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFEC #BFECFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DDE #8DDEFB | BordersInactive statesPlaceholder text |
| 400 | 52CD #52CDFA | Disabled statesSecondary iconsMuted text |
| 500 | 20BF #20BFF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07A1 #07A1DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0580 #0580AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 045C #045C7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 023B #023B4F | Primary textHigh emphasis contentDark headings |
| 950 | 0225 #022531 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FBFF;
--dodger-blue-100: #DCF5FE;
--dodger-blue-200: #BFECFD;
--dodger-blue-300: #8DDEFB;
--dodger-blue-400: #52CDFA;
--dodger-blue-500: #20BFF8;
--dodger-blue-600: #07A1DA;
--dodger-blue-700: #0580AD;
--dodger-blue-800: #045C7C;
--dodger-blue-900: #023B4F;
--dodger-blue-950: #022531;
}