Dodger Blue
#2FC7E9
CyanColor Codes
All color formats for development
HEX
#2FC7E9RGB
rgb(47, 199, 233)HSL
hsl(191, 81%, 55%)OKLCH
oklch(0.769 0.128 217.3)CMYK
cmyk(80%, 15%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18BFE4
2#15AACB
3#1395B2
4#107F98
5#0D6A7F
6#0B5566
7#08404C
8#052A33
9#031519
Tints
Lighter variations
1#44CDEB
2#59D2EE
3#6ED8F0
4#82DDF2
5#97E3F4
6#ACE9F6
7#C1EEF8
8#D5F4FB
9#EAF9FD
Tones
Muted variations
1#39C1E0
2#42BBD7
3#4BB5CD
4#54B0C4
5#5EAABB
6#67A4B1
7#709EA8
8#7A989F
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 | C3EF #C3EFF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E2 #95E2F4 | BordersInactive statesPlaceholder text |
| 400 | 5DD4 #5DD4EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FC7 #2FC7E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15AA #15AACB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1187 #1187A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C60 #0C6073 | Text on light backgroundsHeadingsStrong borders |
| 900 | 083E #083E4A | Primary textHigh emphasis contentDark headings |
| 950 | 0527 #05272E | 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: #C3EFF9;
--dodger-blue-300: #95E2F4;
--dodger-blue-400: #5DD4EE;
--dodger-blue-500: #2FC7E9;
--dodger-blue-600: #15AACB;
--dodger-blue-700: #1187A2;
--dodger-blue-800: #0C6073;
--dodger-blue-900: #083E4A;
--dodger-blue-950: #05272E;
}