Dodger Blue
#23BAF6
BlueColor Codes
All color formats for development
HEX
#23BAF6RGB
rgb(35, 186, 246)HSL
hsl(197, 92%, 55%)OKLCH
oklch(0.742 0.144 231.8)CMYK
cmyk(86%, 24%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0AB1F2
2#099DD7
3#0889BC
4#0776A2
5#066287
6#044E6C
7#033B51
8#022736
9#01141B
Tints
Lighter variations
1#39C1F7
2#4FC8F8
3#65CFF9
4#7BD6F9
5#91DCFA
6#A7E3FB
7#BDEAFC
8#D3F1FD
9#E9F8FE
Tones
Muted variations
1#2DB5EB
2#38B1E1
3#42ACD6
4#4DA8CC
5#57A3C1
6#629FB6
7#6D9AAC
8#7795A1
9#829197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF4 #DDF4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFEB #BFEBFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EDC #8EDCFA | BordersInactive statesPlaceholder text |
| 400 | 54C9 #54C9F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23BA #23BAF6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 099D #099DD7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 077D #077DAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0559 #05597A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0339 #03394E | 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: #F0FAFE;
--dodger-blue-100: #DDF4FE;
--dodger-blue-200: #BFEBFC;
--dodger-blue-300: #8EDCFA;
--dodger-blue-400: #54C9F8;
--dodger-blue-500: #23BAF6;
--dodger-blue-600: #099DD7;
--dodger-blue-700: #077DAB;
--dodger-blue-800: #05597A;
--dodger-blue-900: #03394E;
--dodger-blue-950: #022431;
}