Dodger Blue
#12A6CE
CyanColor Codes
All color formats for development
HEX
#12A6CERGB
rgb(18, 166, 206)HSL
hsl(193, 84%, 44%)OKLCH
oklch(0.674 0.123 223.6)CMYK
cmyk(91%, 19%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1095BA
2#0E84A5
3#0D7491
4#0B637C
5#095367
6#074253
7#05323E
8#042129
9#021115
Tints
Lighter variations
1#14BBE9
2#2DC3ED
3#47CBEF
4#61D2F1
5#7CDAF4
6#96E1F6
7#B0E9F8
8#CAF0FA
9#E5F8FD
Tones
Muted variations
1#1BA0C5
2#259BBC
3#2E96B2
4#3890A9
5#418B9F
6#4B8696
7#54808C
8#5D7B83
9#67767A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF6 #DEF6FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2EE #C2EEFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93E0 #93E0F6 | BordersInactive statesPlaceholder text |
| 400 | 5BD0 #5BD0F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CC3 #2CC3ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12A6 #12A6CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E84 #0E84A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A5E #0A5E75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073C #073C4B | Primary textHigh emphasis contentDark headings |
| 950 | 0426 #04262F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FBFE;
--dodger-blue-100: #DEF6FC;
--dodger-blue-200: #C2EEFA;
--dodger-blue-300: #93E0F6;
--dodger-blue-400: #5BD0F1;
--dodger-blue-500: #2CC3ED;
--dodger-blue-600: #12A6CE;
--dodger-blue-700: #0E84A4;
--dodger-blue-800: #0A5E75;
--dodger-blue-900: #073C4B;
--dodger-blue-950: #04262F;
}