Dodger Blue
#09B2D7
CyanColor Codes
All color formats for development
HEX
#09B2D7RGB
rgb(9, 178, 215)HSL
hsl(191, 92%, 44%)OKLCH
oklch(0.707 0.128 220)CMYK
cmyk(96%, 17%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08A0C2
2#078EAC
3#067C97
4#056B81
5#04596C
6#044756
7#033541
8#02242B
9#011216
Tints
Lighter variations
1#0AC8F3
2#24CFF6
3#3FD5F7
4#5ADBF8
5#76E1F9
6#91E7FA
7#ADEDFC
8#C8F3FD
9#E4F9FE
Tones
Muted variations
1#13ABCD
2#1EA5C3
3#289EB8
4#3297AE
5#3D91A4
6#478A99
7#51848F
8#5C7D85
9#66777B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF8 #DDF8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF1 #BFF1FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EE7 #8EE7FA | BordersInactive statesPlaceholder text |
| 400 | 54DA #54DAF8 | Disabled statesSecondary iconsMuted text |
| 500 | 23CF #23CFF6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09B2 #09B2D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 078D #078DAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0565 #05657A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0341 #03414E | Primary textHigh emphasis contentDark headings |
| 950 | 0228 #022831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FCFE;
--dodger-blue-100: #DDF8FE;
--dodger-blue-200: #BFF1FC;
--dodger-blue-300: #8EE7FA;
--dodger-blue-400: #54DAF8;
--dodger-blue-500: #23CFF6;
--dodger-blue-600: #09B2D7;
--dodger-blue-700: #078DAB;
--dodger-blue-800: #05657A;
--dodger-blue-900: #03414E;
--dodger-blue-950: #022831;
}