Dodger Blue
#22C5F7
CyanColor Codes
All color formats for development
HEX
#22C5F7RGB
rgb(34, 197, 247)HSL
hsl(194, 93%, 55%)OKLCH
oklch(0.768 0.141 225.6)CMYK
cmyk(86%, 20%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09BDF4
2#08A8D9
3#0793BD
4#067EA2
5#056987
6#04546C
7#033F51
8#022A36
9#01151B
Tints
Lighter variations
1#38CBF8
2#4ED1F9
3#64D7F9
4#7ADCFA
5#90E2FB
6#A6E8FC
7#BDEEFD
8#D3F3FD
9#E9F9FE
Tones
Muted variations
1#2CBFEC
2#37BAE2
3#42B4D7
4#4CAECC
5#57A9C2
6#62A3B7
7#6C9DAC
8#7798A2
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 #BFEEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EE1 #8EE1FB | BordersInactive statesPlaceholder text |
| 400 | 53D2 #53D2F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22C5 #22C5F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08A8 #08A8D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0686 #0686AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 045F #045F7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 033D #033D4F | 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: #BFEEFD;
--dodger-blue-300: #8EE1FB;
--dodger-blue-400: #53D2F9;
--dodger-blue-500: #22C5F7;
--dodger-blue-600: #08A8D9;
--dodger-blue-700: #0686AC;
--dodger-blue-800: #045F7B;
--dodger-blue-900: #033D4F;
--dodger-blue-950: #022631;
}