Dodger Blue
#2CC3ED
CyanColor Codes
All color formats for development
HEX
#2CC3EDRGB
rgb(44, 195, 237)HSL
hsl(193, 84%, 55%)OKLCH
oklch(0.76 0.132 222.2)CMYK
cmyk(81%, 18%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14BAE8
2#12A6CE
3#1091B5
4#0D7C9B
5#0B6881
6#095367
7#073E4D
8#042934
9#02151A
Tints
Lighter variations
1#41C9EE
2#56CFF0
3#6BD5F2
4#80DBF4
5#95E1F6
6#ABE7F8
7#C0EDF9
8#D5F3FB
9#EAF9FD
Tones
Muted variations
1#35BDE3
2#3FB8D9
3#49B2D0
4#52ADC6
5#5CA8BC
6#66A2B3
7#6F9DA9
8#7997A0
9#839296
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;
}