Dodger Blue
#09ABD7
CyanColor Codes
All color formats for development
HEX
#09ABD7RGB
rgb(9, 171, 215)HSL
hsl(193, 92%, 44%)OKLCH
oklch(0.69 0.129 224.9)CMYK
cmyk(96%, 20%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#089AC2
2#0789AC
3#067797
4#056681
5#04556C
6#044456
7#033341
8#02222B
9#011116
Tints
Lighter variations
1#0AC0F3
2#24C8F6
3#3FCFF7
4#5AD6F8
5#76DDF9
6#91E4FA
7#ADEAFC
8#C8F1FD
9#E4F8FE
Tones
Muted variations
1#13A5CD
2#1E9FC3
3#2899B8
4#3293AE
5#3D8DA4
6#478899
7#51828F
8#5C7C85
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 | BFEF #BFEFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EE3 #8EE3FA | BordersInactive statesPlaceholder text |
| 400 | 54D4 #54D4F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23C8 #23C8F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09AB #09ABD7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0788 #0788AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0561 #05617A | Text on light backgroundsHeadingsStrong borders |
| 900 | 033E #033E4E | Primary textHigh emphasis contentDark headings |
| 950 | 0227 #022731 | 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: #BFEFFC;
--dodger-blue-300: #8EE3FA;
--dodger-blue-400: #54D4F8;
--dodger-blue-500: #23C8F6;
--dodger-blue-600: #09ABD7;
--dodger-blue-700: #0788AB;
--dodger-blue-800: #05617A;
--dodger-blue-900: #033E4E;
--dodger-blue-950: #022731;
}