Dodger Blue
#3FBDD9
CyanColor Codes
All color formats for development
HEX
#3FBDD9RGB
rgb(63, 189, 217)HSL
hsl(191, 67%, 55%)OKLCH
oklch(0.742 0.114 215.8)CMYK
cmyk(71%, 13%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2AB4D3
2#25A0BB
3#208CA4
4#1C788D
5#176475
6#13505E
7#0E3C46
8#09282F
9#051417
Tints
Lighter variations
1#53C4DD
2#66CAE1
3#79D1E4
4#8CD7E8
5#9FDEEC
6#B2E5F0
7#C6EBF4
8#D9F2F7
9#ECF8FB
Tones
Muted variations
1#47B8D1
2#4FB3CA
3#56AEC2
4#5EA9BA
5#66A5B3
6#6DA0AB
7#759BA3
8#7D969C
9#859194
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F5 #E1F5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EC #C8ECF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DDD #9DDDEC | BordersInactive statesPlaceholder text |
| 400 | 6ACC #6ACCE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FBD #3FBDD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25A0 #25A0BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D7F #1D7F95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 155B #155B6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3A #0D3A44 | Primary textHigh emphasis contentDark headings |
| 950 | 0824 #08242B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F2FBFC;
--dodger-blue-100: #E1F5F9;
--dodger-blue-200: #C8ECF4;
--dodger-blue-300: #9DDDEC;
--dodger-blue-400: #6ACCE2;
--dodger-blue-500: #3FBDD9;
--dodger-blue-600: #25A0BB;
--dodger-blue-700: #1D7F95;
--dodger-blue-800: #155B6A;
--dodger-blue-900: #0D3A44;
--dodger-blue-950: #08242B;
}