Dodger Blue
#20BBF8
BlueColor Codes
All color formats for development
HEX
#20BBF8RGB
rgb(32, 187, 248)HSL
hsl(197, 94%, 55%)OKLCH
oklch(0.745 0.146 232)CMYK
cmyk(87%, 25%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08B2F5
2#079EDA
3#068ABE
4#0576A3
5#046388
6#034F6D
7#033B52
8#022736
9#01141B
Tints
Lighter variations
1#37C2F9
2#4DC9F9
3#63CFFA
4#79D6FB
5#90DDFC
6#A6E4FC
7#BCEBFD
8#D2F1FE
9#E9F8FE
Tones
Muted variations
1#2BB6ED
2#36B2E3
3#41ADD8
4#4CA8CD
5#56A4C2
6#619FB7
7#6C9AAD
8#7796A2
9#819197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF4 #DCF4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFEB #BFEBFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DDC #8DDCFB | BordersInactive statesPlaceholder text |
| 400 | 52CA #52CAFA | Disabled statesSecondary iconsMuted text |
| 500 | 20BB #20BBF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 079E #079EDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 057E #057EAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 045A #045A7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0239 #02394F | Primary textHigh emphasis contentDark headings |
| 950 | 0224 #022431 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FAFF;
--dodger-blue-100: #DCF4FE;
--dodger-blue-200: #BFEBFD;
--dodger-blue-300: #8DDCFB;
--dodger-blue-400: #52CAFA;
--dodger-blue-500: #20BBF8;
--dodger-blue-600: #079EDA;
--dodger-blue-700: #057EAD;
--dodger-blue-800: #045A7C;
--dodger-blue-900: #02394F;
--dodger-blue-950: #022431;
}