Dodger Blue
#229AF7
BlueColor Codes
All color formats for development
HEX
#229AF7RGB
rgb(34, 154, 247)HSL
hsl(206, 93%, 55%)OKLCH
oklch(0.67 0.17 248.2)CMYK
cmyk(86%, 38%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#098EF4
2#087ED9
3#076EBD
4#065FA2
5#054F87
6#043F6C
7#032F51
8#022036
9#01101B
Tints
Lighter variations
1#38A5F8
2#4EAFF9
3#64B9F9
4#7AC3FA
5#90CDFB
6#A6D7FC
7#BDE1FD
8#D3EBFD
9#E9F5FE
Tones
Muted variations
1#2C99EC
2#3798E2
3#4296D7
4#4C95CC
5#5793C2
6#6292B7
7#6C91AC
8#778FA2
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 #BFE2FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ECC #8ECCFB | BordersInactive statesPlaceholder text |
| 400 | 53B1 #53B1F9 | Disabled statesSecondary iconsMuted text |
| 500 | 229A #229AF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 087E #087ED9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0664 #0664AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0448 #04487B | Text on light backgroundsHeadingsStrong borders |
| 900 | 032E #032E4F | 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: #BFE2FD;
--dodger-blue-300: #8ECCFB;
--dodger-blue-400: #53B1F9;
--dodger-blue-500: #229AF7;
--dodger-blue-600: #087ED9;
--dodger-blue-700: #0664AC;
--dodger-blue-800: #04487B;
--dodger-blue-900: #032E4F;
--dodger-blue-950: #021D31;
}