Dodger Blue
#2EAFEA
BlueColor Codes
All color formats for development
HEX
#2EAFEARGB
rgb(46, 175, 234)HSL
hsl(199, 82%, 55%)OKLCH
oklch(0.713 0.137 234)CMYK
cmyk(80%, 25%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17A4E6
2#1492CC
3#1280B3
4#0F6D99
5#0D5B80
6#0A4966
7#08374D
8#052433
9#03121A
Tints
Lighter variations
1#43B7EC
2#58BFEE
3#6DC7F1
4#82CFF3
5#97D7F5
6#ABDFF7
7#C0E7F9
8#D5EFFB
9#EAF7FD
Tones
Muted variations
1#38ABE1
2#41A8D8
3#4AA4CE
4#54A1C5
5#5D9EBB
6#679AB2
7#7097A8
8#79939F
9#839096
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF3 #DFF3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E8 #C3E8F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94D6 #94D6F4 | BordersInactive statesPlaceholder text |
| 400 | 5DC1 #5DC1EF | Disabled statesSecondary iconsMuted text |
| 500 | 2EAF #2EAFEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1492 #1492CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1074 #1074A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B53 #0B5374 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0735 #07354A | Primary textHigh emphasis contentDark headings |
| 950 | 0521 #05212E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FAFE;
--dodger-blue-100: #DFF3FC;
--dodger-blue-200: #C3E8F9;
--dodger-blue-300: #94D6F4;
--dodger-blue-400: #5DC1EF;
--dodger-blue-500: #2EAFEA;
--dodger-blue-600: #1492CC;
--dodger-blue-700: #1074A2;
--dodger-blue-800: #0B5374;
--dodger-blue-900: #07354A;
--dodger-blue-950: #05212E;
}