Sky Blue
#8DF4FB
CyanColor Codes
All color formats for development
HEX
#8DF4FBRGB
rgb(141, 244, 251)HSL
hsl(184, 93%, 77%)OKLCH
oklch(0.907 0.097 201.3)CMYK
cmyk(44%, 3%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68F0FA
2#42ECF8
3#1CE8F7
4#08D5E3
5#07B1BD
6#058E98
7#046A72
8#03474C
9#012326
Tints
Lighter variations
1#99F5FB
2#A4F6FC
3#B0F7FC
4#BBF8FD
5#C6F9FD
6#D2FAFD
7#DDFCFE
8#E8FDFE
9#F4FEFF
Tones
Muted variations
1#93EFF5
2#99EAF0
3#9EE5EB
4#A4E1E5
5#A9DCE0
6#AFD7DA
7#B4D3D5
8#B9CECF
9#BFC9CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFC #DDFCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF9 #BFF9FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EF4 #8EF4FB | BordersInactive statesPlaceholder text |
| 400 | 53EE #53EEF9 | Disabled statesSecondary iconsMuted text |
| 500 | 22E9 #22E9F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08CB #08CBD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06A1 #06A1AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0473 #04737B | Text on light backgroundsHeadingsStrong borders |
| 900 | 034A #034A4F | Primary textHigh emphasis contentDark headings |
| 950 | 022E #022E31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFE;
--sky-blue-100: #DDFCFE;
--sky-blue-200: #BFF9FD;
--sky-blue-300: #8EF4FB;
--sky-blue-400: #53EEF9;
--sky-blue-500: #22E9F7;
--sky-blue-600: #08CBD9;
--sky-blue-700: #06A1AC;
--sky-blue-800: #04737B;
--sky-blue-900: #034A4F;
--sky-blue-950: #022E31;
}