Sky Blue
#4DD2FF
BlueColor Codes
All color formats for development
HEX
#4DD2FFRGB
rgb(77, 210, 255)HSL
hsl(195, 100%, 65%)OKLCH
oklch(0.81 0.13 224.6)CMYK
cmyk(70%, 18%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BCAFF
2#0AC2FF
3#00AEE8
4#0095C7
5#007CA6
6#006385
7#004B63
8#003242
9#001921
Tints
Lighter variations
1#5ED7FF
2#70DBFF
3#82E0FF
4#94E4FF
5#A6E9FF
6#B8EDFF
7#C9F2FF
8#DBF6FF
9#EDFBFF
Tones
Muted variations
1#55CEF6
2#5EC9ED
3#67C5E4
4#70C1DB
5#79BCD2
6#82B8C9
7#8BB3C1
8#94AFB8
9#9DAAAF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF6 #DBF6FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDEE #BDEEFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AE2 #8AE2FF | BordersInactive statesPlaceholder text |
| 400 | 4DD2 #4DD2FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AC6 #1AC6FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00A8 #00A8E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0086 #0086B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0060 #006080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 003D #003D52 | Primary textHigh emphasis contentDark headings |
| 950 | 0026 #002633 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FBFF;
--sky-blue-100: #DBF6FF;
--sky-blue-200: #BDEEFF;
--sky-blue-300: #8AE2FF;
--sky-blue-400: #4DD2FF;
--sky-blue-500: #1AC6FF;
--sky-blue-600: #00A8E0;
--sky-blue-700: #0086B3;
--sky-blue-800: #006080;
--sky-blue-900: #003D52;
--sky-blue-950: #002633;
}