Dodger Blue
#35C1E3
CyanColor Codes
All color formats for development
HEX
#35C1E3RGB
rgb(53, 193, 227)HSL
hsl(192, 76%, 55%)OKLCH
oklch(0.753 0.123 218.4)CMYK
cmyk(77%, 15%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1EB8DE
2#1BA3C5
3#188FAD
4#147B94
5#11667B
6#0D5263
7#0A3D4A
8#072931
9#031419
Tints
Lighter variations
1#49C7E6
2#5DCDE9
3#72D3EC
4#86DAEE
5#9AE0F1
6#AEE6F4
7#C2ECF7
8#D7F3F9
9#EBF9FC
Tones
Muted variations
1#3EBBDB
2#46B6D2
3#4FB1C9
4#58ACC1
5#61A6B8
6#69A1AF
7#729CA6
8#7B979E
9#849195
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F5 #E0F5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5ED #C5EDF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98DF #98DFF1 | BordersInactive statesPlaceholder text |
| 400 | 62CE #62CEEA | Disabled statesSecondary iconsMuted text |
| 500 | 35C1 #35C1E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BA3 #1BA3C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1582 #15829D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F5D #0F5D70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A3B #0A3B48 | Primary textHigh emphasis contentDark headings |
| 950 | 0625 #06252D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F2FBFD;
--dodger-blue-100: #E0F5FB;
--dodger-blue-200: #C5EDF7;
--dodger-blue-300: #98DFF1;
--dodger-blue-400: #62CEEA;
--dodger-blue-500: #35C1E3;
--dodger-blue-600: #1BA3C5;
--dodger-blue-700: #15829D;
--dodger-blue-800: #0F5D70;
--dodger-blue-900: #0A3B48;
--dodger-blue-950: #06252D;
}