Sky Blue
#4DC1FF
BlueColor Codes
All color formats for development
HEX
#4DC1FFRGB
rgb(77, 193, 255)HSL
hsl(201, 100%, 65%)OKLCH
oklch(0.771 0.136 235.9)CMYK
cmyk(70%, 24%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BB5FF
2#0AA9FF
3#0097E8
4#0081C7
5#006CA6
6#005685
7#004163
8#002B42
9#001621
Tints
Lighter variations
1#5EC7FF
2#70CDFF
3#82D3FF
4#94DAFF
5#A6E0FF
6#B8E6FF
7#C9ECFF
8#DBF3FF
9#EDF9FF
Tones
Muted variations
1#55BEF6
2#5EBBED
3#67B8E4
4#70B6DB
5#79B3D2
6#82B0C9
7#8BAEC1
8#94ABB8
9#9DA8AF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF3 #DBF3FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE8 #BDE8FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AD6 #8AD6FF | BordersInactive statesPlaceholder text |
| 400 | 4DC1 #4DC1FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AAF #1AAFFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0092 #0092E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0074 #0074B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0053 #005380 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0035 #003552 | Primary textHigh emphasis contentDark headings |
| 950 | 0021 #002133 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FAFF;
--sky-blue-100: #DBF3FF;
--sky-blue-200: #BDE8FF;
--sky-blue-300: #8AD6FF;
--sky-blue-400: #4DC1FF;
--sky-blue-500: #1AAFFF;
--sky-blue-600: #0092E0;
--sky-blue-700: #0074B3;
--sky-blue-800: #005380;
--sky-blue-900: #003552;
--sky-blue-950: #002133;
}