Dodger Blue
#23C8F6
CyanColor Codes
All color formats for development
HEX
#23C8F6RGB
rgb(35, 200, 246)HSL
hsl(193, 92%, 55%)OKLCH
oklch(0.775 0.139 223.2)CMYK
cmyk(86%, 19%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0AC0F2
2#09ABD7
3#0895BC
4#0780A2
5#066B87
6#04556C
7#034051
8#022B36
9#01151B
Tints
Lighter variations
1#39CEF7
2#4FD3F8
3#65D9F9
4#7BDEF9
5#91E4FA
6#A7E9FB
7#BDEFFC
8#D3F4FD
9#E9FAFE
Tones
Muted variations
1#2DC2EB
2#38BCE1
3#42B6D6
4#4DB0CC
5#57AAC1
6#62A4B6
7#6D9EAC
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 | BFEF #BFEFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EE3 #8EE3FA | BordersInactive statesPlaceholder text |
| 400 | 54D4 #54D4F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23C8 #23C8F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09AB #09ABD7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0788 #0788AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0561 #05617A | Text on light backgroundsHeadingsStrong borders |
| 900 | 033E #033E4E | Primary textHigh emphasis contentDark headings |
| 950 | 0227 #022731 | 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: #BFEFFC;
--dodger-blue-300: #8EE3FA;
--dodger-blue-400: #54D4F8;
--dodger-blue-500: #23C8F6;
--dodger-blue-600: #09ABD7;
--dodger-blue-700: #0788AB;
--dodger-blue-800: #05617A;
--dodger-blue-900: #033E4E;
--dodger-blue-950: #022731;
}