Dodger Blue
#0AB8D6
CyanColor Codes
All color formats for development
HEX
#0AB8D6RGB
rgb(10, 184, 214)HSL
hsl(189, 91%, 44%)OKLCH
oklch(0.721 0.126 215.1)CMYK
cmyk(95%, 14%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09A5C1
2#0893AB
3#078196
4#066E81
5#055C6B
6#044956
7#033740
8#02252B
9#011215
Tints
Lighter variations
1#0BCFF2
2#25D6F5
3#40DBF6
4#5BE0F7
5#77E5F9
6#92EAFA
7#ADEFFB
8#C8F5FC
9#E4FAFE
Tones
Muted variations
1#14B1CC
2#1FA9C2
3#29A2B8
4#339BAD
5#3D94A3
6#478D99
7#52868F
8#5C7E85
9#66777A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF9 #DDF9FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F3 #C0F3FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FEA #8FEAFA | BordersInactive statesPlaceholder text |
| 400 | 55DF #55DFF7 | Disabled statesSecondary iconsMuted text |
| 500 | 24D5 #24D5F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AB8 #0AB8D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0892 #0892AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0668 #06687A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0443 #04434E | 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: #DDF9FD;
--dodger-blue-200: #C0F3FC;
--dodger-blue-300: #8FEAFA;
--dodger-blue-400: #55DFF7;
--dodger-blue-500: #24D5F5;
--dodger-blue-600: #0AB8D6;
--dodger-blue-700: #0892AA;
--dodger-blue-800: #06687A;
--dodger-blue-900: #04434E;
--dodger-blue-950: #022A31;
}