Dodger Blue
#3AB8DF
CyanColor Codes
All color formats for development
HEX
#3AB8DFRGB
rgb(58, 184, 223)HSL
hsl(194, 72%, 55%)OKLCH
oklch(0.731 0.12 223.2)CMYK
cmyk(74%, 17%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23AFD9
2#1F9BC1
3#1B88A9
4#187491
5#146179
6#104E60
7#0C3A48
8#082730
9#041318
Tints
Lighter variations
1#4DBFE2
2#61C6E5
3#75CEE9
4#89D5EC
5#9CDCEF
6#B0E3F2
7#C4EAF5
8#D8F1F9
9#EBF8FC
Tones
Muted variations
1#42B4D7
2#4AB0CE
3#52ABC6
4#5BA7BE
5#63A2B6
6#6B9EAD
7#7399A5
8#7C959D
9#849195
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F4 #E0F4FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6EB #C6EBF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ADB #9ADBEF | BordersInactive statesPlaceholder text |
| 400 | 65C8 #65C8E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3AB8 #3AB8DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F9B #1F9BC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 197C #197C9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1258 #12586E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B38 #0B3846 | Primary textHigh emphasis contentDark headings |
| 950 | 0723 #07232C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F2FAFD;
--dodger-blue-100: #E0F4FA;
--dodger-blue-200: #C6EBF6;
--dodger-blue-300: #9ADBEF;
--dodger-blue-400: #65C8E6;
--dodger-blue-500: #3AB8DF;
--dodger-blue-600: #1F9BC1;
--dodger-blue-700: #197C9A;
--dodger-blue-800: #12586E;
--dodger-blue-900: #0B3846;
--dodger-blue-950: #07232C;
}