Dodger Blue
#35CCE3
CyanColor Codes
All color formats for development
HEX
#35CCE3RGB
rgb(53, 204, 227)HSL
hsl(188, 76%, 55%)OKLCH
oklch(0.779 0.124 210.3)CMYK
cmyk(77%, 10%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1EC5DE
2#1BAFC5
3#1899AD
4#148394
5#116D7B
6#0D5763
7#0A424A
8#072C31
9#031619
Tints
Lighter variations
1#49D1E6
2#5DD6E9
3#72DBEC
4#86E1EE
5#9AE6F1
6#AEEBF4
7#C2F0F7
8#D7F5F9
9#EBFAFC
Tones
Muted variations
1#3EC6DB
2#46BFD2
3#4FB9C9
4#58B3C1
5#61ACB8
6#69A6AF
7#729FA6
8#7B999E
9#849395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F7 #E0F7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F0 #C5F0F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E5 #98E5F1 | BordersInactive statesPlaceholder text |
| 400 | 62D7 #62D7EA | Disabled statesSecondary iconsMuted text |
| 500 | 35CC #35CCE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BAF #1BAFC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 158B #158B9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F63 #0F6370 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A40 #0A4048 | Primary textHigh emphasis contentDark headings |
| 950 | 0628 #06282D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F2FCFD;
--dodger-blue-100: #E0F7FB;
--dodger-blue-200: #C5F0F7;
--dodger-blue-300: #98E5F1;
--dodger-blue-400: #62D7EA;
--dodger-blue-500: #35CCE3;
--dodger-blue-600: #1BAFC5;
--dodger-blue-700: #158B9D;
--dodger-blue-800: #0F6370;
--dodger-blue-900: #0A4048;
--dodger-blue-950: #06282D;
}