Dodger Blue
#3DC4DB
CyanColor Codes
All color formats for development
HEX
#3DC4DBRGB
rgb(61, 196, 219)HSL
hsl(189, 69%, 55%)OKLCH
oklch(0.759 0.117 211.5)CMYK
cmyk(72%, 11%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27BBD5
2#23A6BE
3#1E92A6
4#1A7D8E
5#166877
6#11535F
7#0D3E47
8#092A2F
9#041518
Tints
Lighter variations
1#50CADF
2#64D0E3
3#77D5E6
4#8BDBEA
5#9EE1ED
6#B1E7F1
7#C5EDF4
8#D8F3F8
9#ECF9FB
Tones
Muted variations
1#45BED4
2#4DB9CC
3#55B3C4
4#5DAEBC
5#65A8B4
6#6DA2AC
7#749DA4
8#7C979C
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 | C7EE #C7EEF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE1 #9CE1ED | BordersInactive statesPlaceholder text |
| 400 | 68D1 #68D1E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DC4 #3DC4DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23A6 #23A6BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C84 #1C8497 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 145F #145F6C | 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: #C7EEF5;
--dodger-blue-300: #9CE1ED;
--dodger-blue-400: #68D1E3;
--dodger-blue-500: #3DC4DB;
--dodger-blue-600: #23A6BE;
--dodger-blue-700: #1C8497;
--dodger-blue-800: #145F6C;
--dodger-blue-900: #0D3D45;
--dodger-blue-950: #08262B;
}