Dodger Blue
#2FBEE9
CyanColor Codes
All color formats for development
HEX
#2FBEE9RGB
rgb(47, 190, 233)HSL
hsl(194, 81%, 55%)OKLCH
oklch(0.747 0.129 223.6)CMYK
cmyk(80%, 18%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18B5E4
2#15A1CB
3#138DB2
4#107998
5#0D647F
6#0B5066
7#083C4C
8#052833
9#031419
Tints
Lighter variations
1#44C4EB
2#59CBEE
3#6ED1F0
4#82D8F2
5#97DEF4
6#ACE5F6
7#C1EBF8
8#D5F2FB
9#EAF8FD
Tones
Muted variations
1#39B9E0
2#42B4D7
3#4BAFCD
4#54AAC4
5#5EA5BB
6#67A0B1
7#709BA8
8#7A969F
9#839196
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF5 #DFF5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3EC #C3ECF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95DE #95DEF4 | BordersInactive statesPlaceholder text |
| 400 | 5DCC #5DCCEE | Disabled statesSecondary iconsMuted text |
| 500 | 2FBE #2FBEE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15A1 #15A1CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1180 #1180A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C5B #0C5B73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 083A #083A4A | Primary textHigh emphasis contentDark headings |
| 950 | 0525 #05252E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FBFE;
--dodger-blue-100: #DFF5FC;
--dodger-blue-200: #C3ECF9;
--dodger-blue-300: #95DEF4;
--dodger-blue-400: #5DCCEE;
--dodger-blue-500: #2FBEE9;
--dodger-blue-600: #15A1CB;
--dodger-blue-700: #1180A2;
--dodger-blue-800: #0C5B73;
--dodger-blue-900: #083A4A;
--dodger-blue-950: #05252E;
}