Dodger Blue
#12A2CE
CyanColor Codes
All color formats for development
HEX
#12A2CERGB
rgb(18, 162, 206)HSL
hsl(194, 84%, 44%)OKLCH
oklch(0.664 0.125 226.5)CMYK
cmyk(91%, 21%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1092BA
2#0E82A5
3#0D7291
4#0B617C
5#095167
6#074153
7#05313E
8#042029
9#021015
Tints
Lighter variations
1#14B7E9
2#2DC0ED
3#47C8EF
4#61D0F1
5#7CD8F4
6#96DFF6
7#B0E7F8
8#CAEFFA
9#E5F7FD
Tones
Muted variations
1#1B9DC5
2#2598BC
3#2E93B2
4#388EA9
5#41899F
6#4B8496
7#547F8C
8#5D7A83
9#67757A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF5 #DEF5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2ED #C2EDFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93DF #93DFF6 | BordersInactive statesPlaceholder text |
| 400 | 5BCE #5BCEF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CC0 #2CC0ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12A2 #12A2CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E81 #0E81A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A5C #0A5C75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073B #073B4B | Primary textHigh emphasis contentDark headings |
| 950 | 0425 #04252F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FBFE;
--dodger-blue-100: #DEF5FC;
--dodger-blue-200: #C2EDFA;
--dodger-blue-300: #93DFF6;
--dodger-blue-400: #5BCEF1;
--dodger-blue-500: #2CC0ED;
--dodger-blue-600: #12A2CE;
--dodger-blue-700: #0E81A4;
--dodger-blue-800: #0A5C75;
--dodger-blue-900: #073B4B;
--dodger-blue-950: #04252F;
}