Dodger Blue
#2CC6ED
CyanColor Codes
All color formats for development
HEX
#2CC6EDRGB
rgb(44, 198, 237)HSL
hsl(192, 84%, 55%)OKLCH
oklch(0.767 0.131 220.2)CMYK
cmyk(81%, 16%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14BEE8
2#12A9CE
3#1094B5
4#0D7F9B
5#0B6981
6#095467
7#073F4D
8#042A34
9#02151A
Tints
Lighter variations
1#41CCEE
2#56D1F0
3#6BD7F2
4#80DDF4
5#95E3F6
6#ABE8F8
7#C0EEF9
8#D5F4FB
9#EAF9FD
Tones
Muted variations
1#35C0E3
2#3FBBD9
3#49B5D0
4#52AFC6
5#5CA9BC
6#66A3B3
7#6F9EA9
8#7998A0
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 | C2EF #C2EFFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93E2 #93E2F6 | BordersInactive statesPlaceholder text |
| 400 | 5BD3 #5BD3F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CC6 #2CC6ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12A9 #12A9CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E86 #0E86A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A60 #0A6075 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073D #073D4B | 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: #C2EFFA;
--dodger-blue-300: #93E2F6;
--dodger-blue-400: #5BD3F1;
--dodger-blue-500: #2CC6ED;
--dodger-blue-600: #12A9CE;
--dodger-blue-700: #0E86A4;
--dodger-blue-800: #0A6075;
--dodger-blue-900: #073D4B;
--dodger-blue-950: #04262F;
}