Dodger Blue
#09A7D7
CyanColor Codes
All color formats for development
HEX
#09A7D7RGB
rgb(9, 167, 215)HSL
hsl(194, 92%, 44%)OKLCH
oklch(0.68 0.131 227.6)CMYK
cmyk(96%, 22%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0897C2
2#0786AC
3#067597
4#056481
5#04546C
6#044356
7#033241
8#02212B
9#011116
Tints
Lighter variations
1#0ABDF3
2#24C5F6
3#3FCCF7
4#5AD3F8
5#76DBF9
6#91E2FA
7#ADE9FC
8#C8F0FD
9#E4F8FE
Tones
Muted variations
1#13A2CD
2#1E9CC3
3#2897B8
4#3291AE
5#3D8CA4
6#478699
7#51818F
8#5C7B85
9#66767B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF6 #DDF6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFEE #BFEEFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EE1 #8EE1FA | BordersInactive statesPlaceholder text |
| 400 | 54D2 #54D2F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23C5 #23C5F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09A7 #09A7D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0785 #0785AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 055F #055F7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 033D #033D4E | Primary textHigh emphasis contentDark headings |
| 950 | 0226 #022631 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FBFE;
--dodger-blue-100: #DDF6FE;
--dodger-blue-200: #BFEEFC;
--dodger-blue-300: #8EE1FA;
--dodger-blue-400: #54D2F8;
--dodger-blue-500: #23C5F6;
--dodger-blue-600: #09A7D7;
--dodger-blue-700: #0785AB;
--dodger-blue-800: #055F7A;
--dodger-blue-900: #033D4E;
--dodger-blue-950: #022631;
}