Dodger Blue
#00BFE0
CyanColor Codes
All color formats for development
HEX
#00BFE0RGB
rgb(0, 191, 224)HSL
hsl(189, 100%, 44%)OKLCH
oklch(0.741 0.132 216.1)CMYK
cmyk(100%, 15%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00ACCA
2#0099B4
3#00869D
4#007287
5#005F70
6#004C5A
7#003943
8#00262D
9#001316
Tints
Lighter variations
1#00D7FD
2#1BDDFF
3#37E1FF
4#54E5FF
5#70EAFF
6#8DEEFF
7#A9F2FF
8#C6F6FF
9#E2FBFF
Tones
Muted variations
1#0BB7D5
2#16AFCA
3#22A7BF
4#2D9FB4
5#3897A8
6#43909D
7#4F8892
8#5A8087
9#65787B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFA #DBFAFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF5 #BDF5FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AED #8AEDFF | BordersInactive statesPlaceholder text |
| 400 | 4DE4 #4DE4FF | Disabled statesSecondary iconsMuted text |
| 500 | 1ADD #1ADDFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00BF #00BFE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0098 #0098B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 006C #006C80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0045 #004552 | Primary textHigh emphasis contentDark headings |
| 950 | 002B #002B33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FDFF;
--dodger-blue-100: #DBFAFF;
--dodger-blue-200: #BDF5FF;
--dodger-blue-300: #8AEDFF;
--dodger-blue-400: #4DE4FF;
--dodger-blue-500: #1ADDFF;
--dodger-blue-600: #00BFE0;
--dodger-blue-700: #0098B3;
--dodger-blue-800: #006C80;
--dodger-blue-900: #004552;
--dodger-blue-950: #002B33;
}