Dodger Blue
#2FAEE9
BlueColor Codes
All color formats for development
HEX
#2FAEE9RGB
rgb(47, 174, 233)HSL
hsl(199, 81%, 55%)OKLCH
oklch(0.71 0.136 234.3)CMYK
cmyk(80%, 25%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18A4E4
2#1592CB
3#137FB2
4#106D98
5#0D5B7F
6#0B4966
7#08374C
8#052433
9#031219
Tints
Lighter variations
1#44B6EB
2#59BEEE
3#6EC7F0
4#82CFF2
5#97D7F4
6#ACDFF6
7#C1E7F8
8#D5EFFB
9#EAF7FD
Tones
Muted variations
1#39ABE0
2#42A8D7
3#4BA4CD
4#54A1C4
5#5E9DBB
6#679AB1
7#7096A8
8#7A939F
9#839096
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF2 #DFF2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E8 #C3E8F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D6 #95D6F4 | BordersInactive statesPlaceholder text |
| 400 | 5DC0 #5DC0EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FAE #2FAEE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1592 #1592CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1174 #1174A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C53 #0C5373 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0835 #08354A | 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: #DFF2FC;
--dodger-blue-200: #C3E8F9;
--dodger-blue-300: #95D6F4;
--dodger-blue-400: #5DC0EE;
--dodger-blue-500: #2FAEE9;
--dodger-blue-600: #1592CB;
--dodger-blue-700: #1174A2;
--dodger-blue-800: #0C5373;
--dodger-blue-900: #08354A;
--dodger-blue-950: #05212E;
}