Dodger Blue
#12ACCE
CyanColor Codes
All color formats for development
HEX
#12ACCERGB
rgb(18, 172, 206)HSL
hsl(191, 84%, 44%)OKLCH
oklch(0.689 0.122 219.1)CMYK
cmyk(91%, 17%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#109BBA
2#0E8AA5
3#0D7891
4#0B677C
5#095667
6#074553
7#05343E
8#042229
9#021115
Tints
Lighter variations
1#14C2E9
2#2DCAED
3#47D0EF
4#61D7F1
5#7CDEF4
6#96E4F6
7#B0EBF8
8#CAF2FA
9#E5F8FD
Tones
Muted variations
1#1BA6C5
2#25A0BC
3#2E9AB2
4#3894A9
5#418E9F
6#4B8896
7#54828C
8#5D7C83
9#67767A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF7 #DEF7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2EF #C2EFFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93E4 #93E4F6 | BordersInactive statesPlaceholder text |
| 400 | 5BD5 #5BD5F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CC9 #2CC9ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12AC #12ACCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E89 #0E89A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A62 #0A6275 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073F #073F4B | Primary textHigh emphasis contentDark headings |
| 950 | 0427 #04272F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FBFE;
--dodger-blue-100: #DEF7FC;
--dodger-blue-200: #C2EFFA;
--dodger-blue-300: #93E4F6;
--dodger-blue-400: #5BD5F1;
--dodger-blue-500: #2CC9ED;
--dodger-blue-600: #12ACCE;
--dodger-blue-700: #0E89A4;
--dodger-blue-800: #0A6275;
--dodger-blue-900: #073F4B;
--dodger-blue-950: #04272F;
}