Dodger Blue
#20C6F8
CyanColor Codes
All color formats for development
HEX
#20C6F8RGB
rgb(32, 198, 248)HSL
hsl(194, 94%, 55%)OKLCH
oklch(0.771 0.141 225.3)CMYK
cmyk(87%, 20%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08BEF5
2#07A8DA
3#0693BE
4#057EA3
5#046988
6#03546D
7#033F52
8#022A36
9#01151B
Tints
Lighter variations
1#37CCF9
2#4DD1F9
3#63D7FA
4#79DDFB
5#90E2FC
6#A6E8FC
7#BCEEFD
8#D2F4FE
9#E9F9FE
Tones
Muted variations
1#2BC0ED
2#36BAE3
3#41B5D8
4#4CAFCD
5#56A9C2
6#61A3B7
7#6C9EAD
8#7798A2
9#819297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF6 #DCF6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFEE #BFEEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DE2 #8DE2FB | BordersInactive statesPlaceholder text |
| 400 | 52D2 #52D2FA | Disabled statesSecondary iconsMuted text |
| 500 | 20C6 #20C6F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07A8 #07A8DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0586 #0586AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0460 #04607C | Text on light backgroundsHeadingsStrong borders |
| 900 | 023D #023D4F | Primary textHigh emphasis contentDark headings |
| 950 | 0226 #022631 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FBFF;
--dodger-blue-100: #DCF6FE;
--dodger-blue-200: #BFEEFD;
--dodger-blue-300: #8DE2FB;
--dodger-blue-400: #52D2FA;
--dodger-blue-500: #20C6F8;
--dodger-blue-600: #07A8DA;
--dodger-blue-700: #0586AD;
--dodger-blue-800: #04607C;
--dodger-blue-900: #023D4F;
--dodger-blue-950: #022631;
}