Dodger Blue
#3DC6DB
CyanColor Codes
All color formats for development
HEX
#3DC6DBRGB
rgb(61, 198, 219)HSL
hsl(188, 69%, 55%)OKLCH
oklch(0.763 0.117 210)CMYK
cmyk(72%, 10%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27BED5
2#23A9BE
3#1E94A6
4#1A7F8E
5#166A77
6#11545F
7#0D3F47
8#092A2F
9#041518
Tints
Lighter variations
1#50CCDF
2#64D2E3
3#77D7E6
4#8BDDEA
5#9EE3ED
6#B1E8F1
7#C5EEF4
8#D8F4F8
9#ECF9FB
Tones
Muted variations
1#45C1D4
2#4DBBCC
3#55B5C4
4#5DAFBC
5#65A9B4
6#6DA3AC
7#749EA4
8#7C989C
9#849294
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F6 #E1F6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EF #C7EFF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE2 #9CE2ED | BordersInactive statesPlaceholder text |
| 400 | 68D3 #68D3E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DC6 #3DC6DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23A9 #23A9BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C86 #1C8697 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1460 #14606C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3D #0D3D45 | Primary textHigh emphasis contentDark headings |
| 950 | 0826 #08262B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F2FBFD;
--dodger-blue-100: #E1F6F9;
--dodger-blue-200: #C7EFF5;
--dodger-blue-300: #9CE2ED;
--dodger-blue-400: #68D3E3;
--dodger-blue-500: #3DC6DB;
--dodger-blue-600: #23A9BE;
--dodger-blue-700: #1C8697;
--dodger-blue-800: #14606C;
--dodger-blue-900: #0D3D45;
--dodger-blue-950: #08262B;
}