Dodger Blue
#2DBFEB
CyanColor Codes
All color formats for development
HEX
#2DBFEBRGB
rgb(45, 191, 235)HSL
hsl(194, 83%, 55%)OKLCH
oklch(0.75 0.131 223.9)CMYK
cmyk(81%, 19%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15B6E7
2#13A2CD
3#118EB4
4#0E799A
5#0C6580
6#0A5167
7#073D4D
8#052833
9#02141A
Tints
Lighter variations
1#42C5ED
2#57CCEF
3#6CD2F1
4#81D9F3
5#96DFF5
6#ABE5F7
7#C0ECF9
8#D5F2FB
9#EAF9FD
Tones
Muted variations
1#37BAE2
2#40B5D8
3#4AB0CF
4#53ABC5
5#5DA6BC
6#66A1B2
7#709BA9
8#79969F
9#839196
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF5 #DEF5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2ED #C2EDF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94DE #94DEF5 | BordersInactive statesPlaceholder text |
| 400 | 5CCD #5CCDF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DBF #2DBFEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13A2 #13A2CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F81 #0F81A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B5C #0B5C75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073B #073B4B | Primary textHigh emphasis contentDark headings |
| 950 | 0425 #04252F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FBFE;
--dodger-blue-100: #DEF5FC;
--dodger-blue-200: #C2EDF9;
--dodger-blue-300: #94DEF5;
--dodger-blue-400: #5CCDF0;
--dodger-blue-500: #2DBFEB;
--dodger-blue-600: #13A2CD;
--dodger-blue-700: #0F81A3;
--dodger-blue-800: #0B5C75;
--dodger-blue-900: #073B4B;
--dodger-blue-950: #04252F;
}