Dodger Blue
#23C5F6
CyanColor Codes
All color formats for development
HEX
#23C5F6RGB
rgb(35, 197, 246)HSL
hsl(194, 92%, 55%)OKLCH
oklch(0.768 0.14 225.1)CMYK
cmyk(86%, 20%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0ABCF2
2#09A7D7
3#0892BC
4#077DA2
5#066987
6#04546C
7#033F51
8#022A36
9#01151B
Tints
Lighter variations
1#39CAF7
2#4FD0F8
3#65D6F9
4#7BDCF9
5#91E2FA
6#A7E8FB
7#BDEDFC
8#D3F3FD
9#E9F9FE
Tones
Muted variations
1#2DBFEB
2#38B9E1
3#42B4D6
4#4DAECC
5#57A8C1
6#62A3B6
7#6D9DAC
8#7798A1
9#829297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF6 #DDF6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFEE #BFEEFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EE1 #8EE1FA | BordersInactive statesPlaceholder text |
| 400 | 54D2 #54D2F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23C5 #23C5F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09A7 #09A7D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0785 #0785AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 055F #055F7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 033D #033D4E | Primary textHigh emphasis contentDark headings |
| 950 | 0226 #022631 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FBFE;
--dodger-blue-100: #DDF6FE;
--dodger-blue-200: #BFEEFC;
--dodger-blue-300: #8EE1FA;
--dodger-blue-400: #54D2F8;
--dodger-blue-500: #23C5F6;
--dodger-blue-600: #09A7D7;
--dodger-blue-700: #0785AB;
--dodger-blue-800: #055F7A;
--dodger-blue-900: #033D4E;
--dodger-blue-950: #022631;
}