Dodger Blue
#0FC2D2
CyanColor Codes
All color formats for development
HEX
#0FC2D2RGB
rgb(15, 194, 210)HSL
hsl(185, 87%, 44%)OKLCH
oklch(0.744 0.126 205.4)CMYK
cmyk(93%, 8%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0DAEBD
2#0C9BA8
3#0A8793
4#09747E
5#076169
6#064D54
7#043A3F
8#03272A
9#011315
Tints
Lighter variations
1#10DAED
2#29E0F0
3#44E4F2
4#5FE7F4
5#79EBF6
6#94EFF8
7#AFF3F9
8#CAF7FB
9#E4FBFD
Tones
Muted variations
1#18B9C8
2#22B1BE
3#2CA9B5
4#36A1AB
5#3F99A1
6#499197
7#53898D
8#5D8084
9#66787A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFA #DEFAFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F6 #C1F6FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91EF #91EFF7 | BordersInactive statesPlaceholder text |
| 400 | 58E6 #58E6F3 | Disabled statesSecondary iconsMuted text |
| 500 | 28DF #28DFF0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0FC2 #0FC2D2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C9A #0C9AA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 086E #086E77 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0546 #05464C | Primary textHigh emphasis contentDark headings |
| 950 | 032C #032C30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FDFE;
--dodger-blue-100: #DEFAFD;
--dodger-blue-200: #C1F6FB;
--dodger-blue-300: #91EFF7;
--dodger-blue-400: #58E6F3;
--dodger-blue-500: #28DFF0;
--dodger-blue-600: #0FC2D2;
--dodger-blue-700: #0C9AA7;
--dodger-blue-800: #086E77;
--dodger-blue-900: #05464C;
--dodger-blue-950: #032C30;
}