Dodger Blue
#12B5CE
CyanColor Codes
All color formats for development
HEX
#12B5CERGB
rgb(18, 181, 206)HSL
hsl(188, 84%, 44%)OKLCH
oklch(0.711 0.122 212.3)CMYK
cmyk(91%, 12%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10A3BA
2#0E91A5
3#0D7F91
4#0B6D7C
5#095B67
6#074953
7#05363E
8#042429
9#021215
Tints
Lighter variations
1#14CCE9
2#2DD3ED
3#47D9EF
4#61DEF1
5#7CE4F4
6#96E9F6
7#B0EFF8
8#CAF4FA
9#E5FAFD
Tones
Muted variations
1#1BAEC5
2#25A7BC
3#2EA1B2
4#389AA9
5#41939F
6#4B8C96
7#54858C
8#5D7E83
9#67777A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF8 #DEF8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F2 #C2F2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93E8 #93E8F6 | BordersInactive statesPlaceholder text |
| 400 | 5BDD #5BDDF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CD3 #2CD3ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12B5 #12B5CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E90 #0E90A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A67 #0A6775 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0742 #07424B | Primary textHigh emphasis contentDark headings |
| 950 | 0429 #04292F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FCFE;
--dodger-blue-100: #DEF8FC;
--dodger-blue-200: #C2F2FA;
--dodger-blue-300: #93E8F6;
--dodger-blue-400: #5BDDF1;
--dodger-blue-500: #2CD3ED;
--dodger-blue-600: #12B5CE;
--dodger-blue-700: #0E90A4;
--dodger-blue-800: #0A6775;
--dodger-blue-900: #07424B;
--dodger-blue-950: #04292F;
}