Dodger Blue
#23B6F6
BlueColor Codes
All color formats for development
HEX
#23B6F6RGB
rgb(35, 182, 246)HSL
hsl(198, 92%, 55%)OKLCH
oklch(0.733 0.146 234.2)CMYK
cmyk(86%, 26%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0AADF2
2#0999D7
3#0886BC
4#0773A2
5#066087
6#044D6C
7#033A51
8#022636
9#01131B
Tints
Lighter variations
1#39BEF7
2#4FC5F8
3#65CCF9
4#7BD3F9
5#91DBFA
6#A7E2FB
7#BDE9FC
8#D3F0FD
9#E9F8FE
Tones
Muted variations
1#2DB2EB
2#38AEE1
3#42AAD6
4#4DA6CC
5#57A1C1
6#629DB6
7#6D99AC
8#7795A1
9#829097
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 | BFEA #BFEAFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EDA #8EDAFA | BordersInactive statesPlaceholder text |
| 400 | 54C7 #54C7F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23B6 #23B6F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0999 #0999D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 077A #077AAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0557 #05577A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0338 #03384E | Primary textHigh emphasis contentDark headings |
| 950 | 0223 #022331 | 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: #BFEAFC;
--dodger-blue-300: #8EDAFA;
--dodger-blue-400: #54C7F8;
--dodger-blue-500: #23B6F6;
--dodger-blue-600: #0999D7;
--dodger-blue-700: #077AAB;
--dodger-blue-800: #05577A;
--dodger-blue-900: #03384E;
--dodger-blue-950: #022331;
}