Dodger Blue
#0AC2D6
CyanColor Codes
All color formats for development
HEX
#0AC2D6RGB
rgb(10, 194, 214)HSL
hsl(186, 91%, 44%)OKLCH
oklch(0.745 0.127 208)CMYK
cmyk(95%, 9%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09AEC1
2#089BAB
3#078896
4#067481
5#05616B
6#044E56
7#033A40
8#02272B
9#011315
Tints
Lighter variations
1#0BDBF2
2#25E0F5
3#40E4F6
4#5BE8F7
5#77ECF9
6#92EFFA
7#ADF3FB
8#C8F7FC
9#E4FBFE
Tones
Muted variations
1#14BACC
2#1FB2C2
3#29A9B8
4#33A1AD
5#3D99A3
6#479199
7#52898F
8#5C8185
9#66787A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFA #DDFAFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F6 #C0F6FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FEF #8FEFFA | BordersInactive statesPlaceholder text |
| 400 | 55E7 #55E7F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24E0 #24E0F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AC2 #0AC2D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 089A #089AAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 066E #066E7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0447 #04474E | Primary textHigh emphasis contentDark headings |
| 950 | 022C #022C31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FDFE;
--dodger-blue-100: #DDFAFD;
--dodger-blue-200: #C0F6FC;
--dodger-blue-300: #8FEFFA;
--dodger-blue-400: #55E7F7;
--dodger-blue-500: #24E0F5;
--dodger-blue-600: #0AC2D6;
--dodger-blue-700: #089AAA;
--dodger-blue-800: #066E7A;
--dodger-blue-900: #04474E;
--dodger-blue-950: #022C31;
}