Dodger Blue
#2FC4E9
CyanColor Codes
All color formats for development
HEX
#2FC4E9RGB
rgb(47, 196, 233)HSL
hsl(192, 81%, 55%)OKLCH
oklch(0.761 0.128 219.4)CMYK
cmyk(80%, 16%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18BCE4
2#15A7CB
3#1392B2
4#107D98
5#0D687F
6#0B5366
7#083F4C
8#052A33
9#031519
Tints
Lighter variations
1#44CAEB
2#59D0EE
3#6ED6F0
4#82DCF2
5#97E2F4
6#ACE7F6
7#C1EDF8
8#D5F3FB
9#EAF9FD
Tones
Muted variations
1#39BEE0
2#42B9D7
3#4BB3CD
4#54AEC4
5#5EA8BB
6#67A3B1
7#709DA8
8#7A979F
9#839296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF6 #DFF6FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3EE #C3EEF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E1 #95E1F4 | BordersInactive statesPlaceholder text |
| 400 | 5DD1 #5DD1EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FC4 #2FC4E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15A7 #15A7CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1185 #1185A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C5F #0C5F73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 083D #083D4A | Primary textHigh emphasis contentDark headings |
| 950 | 0526 #05262E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FBFE;
--dodger-blue-100: #DFF6FC;
--dodger-blue-200: #C3EEF9;
--dodger-blue-300: #95E1F4;
--dodger-blue-400: #5DD1EE;
--dodger-blue-500: #2FC4E9;
--dodger-blue-600: #15A7CB;
--dodger-blue-700: #1185A2;
--dodger-blue-800: #0C5F73;
--dodger-blue-900: #083D4A;
--dodger-blue-950: #05262E;
}