Dodger Blue
#2CC0ED
CyanColor Codes
All color formats for development
HEX
#2CC0EDRGB
rgb(44, 192, 237)HSL
hsl(194, 84%, 55%)OKLCH
oklch(0.753 0.133 224.2)CMYK
cmyk(81%, 19%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14B7E8
2#12A2CE
3#108EB5
4#0D7A9B
5#0B6681
6#095167
7#073D4D
8#042934
9#02141A
Tints
Lighter variations
1#41C6EE
2#56CCF0
3#6BD3F2
4#80D9F4
5#95DFF6
6#ABE6F8
7#C0ECF9
8#D5F2FB
9#EAF9FD
Tones
Muted variations
1#35BBE3
2#3FB5D9
3#49B0D0
4#52ABC6
5#5CA6BC
6#66A1B3
7#6F9CA9
8#7997A0
9#839196
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;
}