Dodger Blue
#20C9F8
CyanColor Codes
All color formats for development
HEX
#20C9F8RGB
rgb(32, 201, 248)HSL
hsl(193, 94%, 55%)OKLCH
oklch(0.778 0.14 223.5)CMYK
cmyk(87%, 19%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08C1F5
2#07ACDA
3#0696BE
4#0581A3
5#046B88
6#03566D
7#034052
8#022B36
9#01151B
Tints
Lighter variations
1#37CFF9
2#4DD4F9
3#63D9FA
4#79DFFB
5#90E4FC
6#A6EAFC
7#BCEFFD
8#D2F4FE
9#E9FAFE
Tones
Muted variations
1#2BC3ED
2#36BDE3
3#41B7D8
4#4CB1CD
5#56ABC2
6#61A5B7
7#6C9FAD
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 | DCF7 #DCF7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF0 #BFF0FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DE4 #8DE4FB | BordersInactive statesPlaceholder text |
| 400 | 52D5 #52D5FA | Disabled statesSecondary iconsMuted text |
| 500 | 20C9 #20C9F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07AC #07ACDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0589 #0589AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0462 #04627C | Text on light backgroundsHeadingsStrong borders |
| 900 | 023F #023F4F | Primary textHigh emphasis contentDark headings |
| 950 | 0227 #022731 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FBFF;
--dodger-blue-100: #DCF7FE;
--dodger-blue-200: #BFF0FD;
--dodger-blue-300: #8DE4FB;
--dodger-blue-400: #52D5FA;
--dodger-blue-500: #20C9F8;
--dodger-blue-600: #07ACDA;
--dodger-blue-700: #0589AD;
--dodger-blue-800: #04627C;
--dodger-blue-900: #023F4F;
--dodger-blue-950: #022731;
}