Dodger Blue
#23AFF6
BlueColor Codes
All color formats for development
HEX
#23AFF6RGB
rgb(35, 175, 246)HSL
hsl(200, 92%, 55%)OKLCH
oklch(0.717 0.151 238.1)CMYK
cmyk(86%, 29%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0AA5F2
2#0993D7
3#0880BC
4#076EA2
5#065C87
6#04496C
7#033751
8#022536
9#01121B
Tints
Lighter variations
1#39B7F7
2#4FBFF8
3#65C7F9
4#7BCFF9
5#91D7FA
6#A7DFFB
7#BDE7FC
8#D3EFFD
9#E9F7FE
Tones
Muted variations
1#2DACEB
2#38A8E1
3#42A5D6
4#4DA1CC
5#579EC1
6#629AB6
7#6D97AC
8#7793A1
9#829097
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF3 #DDF3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE8 #BFE8FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ED6 #8ED6FA | BordersInactive statesPlaceholder text |
| 400 | 54C1 #54C1F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23AF #23AFF6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0993 #0993D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0775 #0775AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0553 #05537A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0335 #03354E | Primary textHigh emphasis contentDark headings |
| 950 | 0221 #022131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FAFE;
--dodger-blue-100: #DDF3FE;
--dodger-blue-200: #BFE8FC;
--dodger-blue-300: #8ED6FA;
--dodger-blue-400: #54C1F8;
--dodger-blue-500: #23AFF6;
--dodger-blue-600: #0993D7;
--dodger-blue-700: #0775AB;
--dodger-blue-800: #05537A;
--dodger-blue-900: #03354E;
--dodger-blue-950: #022131;
}