Sky Blue
#4DCFFF
BlueColor Codes
All color formats for development
HEX
#4DCFFFRGB
rgb(77, 207, 255)HSL
hsl(196, 100%, 65%)OKLCH
oklch(0.803 0.13 226.7)CMYK
cmyk(70%, 19%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BC7FF
2#0ABEFF
3#00AAE8
4#0092C7
5#007AA6
6#006185
7#004963
8#003142
9#001821
Tints
Lighter variations
1#5ED4FF
2#70D9FF
3#82DEFF
4#94E2FF
5#A6E7FF
6#B8ECFF
7#C9F1FF
8#DBF5FF
9#EDFAFF
Tones
Muted variations
1#55CBF6
2#5EC7ED
3#67C3E4
4#70BFDB
5#79BBD2
6#82B6C9
7#8BB2C1
8#94AEB8
9#9DAAAF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF5 #DBF5FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDED #BDEDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AE0 #8AE0FF | BordersInactive statesPlaceholder text |
| 400 | 4DCF #4DCFFF | Disabled statesSecondary iconsMuted text |
| 500 | 1AC2 #1AC2FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00A5 #00A5E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0083 #0083B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 005E #005E80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 003C #003C52 | Primary textHigh emphasis contentDark headings |
| 950 | 0025 #002533 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FBFF;
--sky-blue-100: #DBF5FF;
--sky-blue-200: #BDEDFF;
--sky-blue-300: #8AE0FF;
--sky-blue-400: #4DCFFF;
--sky-blue-500: #1AC2FF;
--sky-blue-600: #00A5E0;
--sky-blue-700: #0083B3;
--sky-blue-800: #005E80;
--sky-blue-900: #003C52;
--sky-blue-950: #002533;
}