Dodger Blue
#239AF6
BlueColor Codes
All color formats for development
HEX
#239AF6RGB
rgb(35, 154, 246)HSL
hsl(206, 92%, 55%)OKLCH
oklch(0.669 0.168 248.1)CMYK
cmyk(86%, 37%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A8EF2
2#097ED7
3#086EBC
4#075EA2
5#064F87
6#043F6C
7#032F51
8#021F36
9#01101B
Tints
Lighter variations
1#39A4F7
2#4FAEF8
3#65B9F9
4#7BC3F9
5#91CDFA
6#A7D7FB
7#BDE1FC
8#D3EBFD
9#E9F5FE
Tones
Muted variations
1#2D99EB
2#3898E1
3#4296D6
4#4D95CC
5#5793C1
6#6292B6
7#6D90AC
8#778FA1
9#828E97
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEF #DDEFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE2 #BFE2FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ECC #8ECCFA | BordersInactive statesPlaceholder text |
| 400 | 54B1 #54B1F8 | Disabled statesSecondary iconsMuted text |
| 500 | 239A #239AF6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 097E #097ED7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0764 #0764AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0548 #05487A | Text on light backgroundsHeadingsStrong borders |
| 900 | 032E #032E4E | Primary textHigh emphasis contentDark headings |
| 950 | 021D #021D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F8FE;
--dodger-blue-100: #DDEFFE;
--dodger-blue-200: #BFE2FC;
--dodger-blue-300: #8ECCFA;
--dodger-blue-400: #54B1F8;
--dodger-blue-500: #239AF6;
--dodger-blue-600: #097ED7;
--dodger-blue-700: #0764AB;
--dodger-blue-800: #05487A;
--dodger-blue-900: #032E4E;
--dodger-blue-950: #021D31;
}