Dodger Blue
#09B8D7
CyanColor Codes
All color formats for development
HEX
#09B8D7RGB
rgb(9, 184, 215)HSL
hsl(189, 92%, 44%)OKLCH
oklch(0.721 0.127 215.7)CMYK
cmyk(96%, 14%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08A6C2
2#0794AC
3#068197
4#056F81
5#045C6C
6#044A56
7#033741
8#02252B
9#011216
Tints
Lighter variations
1#0AD0F3
2#24D6F6
3#3FDBF7
4#5AE0F8
5#76E6F9
6#91EBFA
7#ADF0FC
8#C8F5FD
9#E4FAFE
Tones
Muted variations
1#13B1CD
2#1EAAC3
3#28A3B8
4#329CAE
5#3D94A4
6#478D99
7#51868F
8#5C7F85
9#66777B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF9 #DDF9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF3 #BFF3FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EEA #8EEAFA | BordersInactive statesPlaceholder text |
| 400 | 54DF #54DFF8 | Disabled statesSecondary iconsMuted text |
| 500 | 23D6 #23D6F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09B8 #09B8D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0793 #0793AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0569 #05697A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0343 #03434E | Primary textHigh emphasis contentDark headings |
| 950 | 022A #022A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FCFE;
--dodger-blue-100: #DDF9FE;
--dodger-blue-200: #BFF3FC;
--dodger-blue-300: #8EEAFA;
--dodger-blue-400: #54DFF8;
--dodger-blue-500: #23D6F6;
--dodger-blue-600: #09B8D7;
--dodger-blue-700: #0793AB;
--dodger-blue-800: #05697A;
--dodger-blue-900: #03434E;
--dodger-blue-950: #022A31;
}