Dodger Blue
#138FCD
BlueColor Codes
All color formats for development
HEX
#138FCDRGB
rgb(19, 143, 205)HSL
hsl(200, 83%, 44%)OKLCH
oklch(0.619 0.135 238.8)CMYK
cmyk(91%, 30%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1181B9
2#0F73A4
3#0D6490
4#0B567B
5#0A4867
6#083952
7#062B3E
8#041D29
9#020E15
Tints
Lighter variations
1#16A1E7
2#2EACEC
3#48B7EE
4#62C1F0
5#7CCBF3
6#96D6F5
7#B1E0F8
8#CBEAFA
9#E5F5FD
Tones
Muted variations
1#1C8CC4
2#2689BB
3#2F86B1
4#3883A8
5#42809F
6#4B7D95
7#547A8C
8#5E7683
9#67737A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF2 #DEF2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E7 #C2E7F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94D5 #94D5F5 | BordersInactive statesPlaceholder text |
| 400 | 5CBE #5CBEF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DAC #2DACEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 138F #138FCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F72 #0F72A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B51 #0B5175 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0734 #07344B | Primary textHigh emphasis contentDark headings |
| 950 | 0421 #04212F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F9FE;
--dodger-blue-100: #DEF2FC;
--dodger-blue-200: #C2E7F9;
--dodger-blue-300: #94D5F5;
--dodger-blue-400: #5CBEF0;
--dodger-blue-500: #2DACEB;
--dodger-blue-600: #138FCD;
--dodger-blue-700: #0F72A3;
--dodger-blue-800: #0B5175;
--dodger-blue-900: #07344B;
--dodger-blue-950: #04212F;
}