Sky Blue
#8DF2FB
CyanColor Codes
All color formats for development
HEX
#8DF2FBRGB
rgb(141, 242, 251)HSL
hsl(185, 93%, 77%)OKLCH
oklch(0.903 0.095 203)CMYK
cmyk(44%, 4%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68EDFA
2#42E9F8
3#1CE5F7
4#08D1E3
5#07AEBD
6#058B98
7#046972
8#03464C
9#012326
Tints
Lighter variations
1#99F3FB
2#A4F4FC
3#B0F6FC
4#BBF7FD
5#C6F8FD
6#D2FAFD
7#DDFBFE
8#E8FCFE
9#F4FEFF
Tones
Muted variations
1#93EDF5
2#99E9F0
3#9EE4EB
4#A4E0E5
5#A9DBE0
6#AFD7DA
7#B4D2D5
8#B9CDCF
9#BFC9CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFB #DDFBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF8 #BFF8FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EF2 #8EF2FB | BordersInactive statesPlaceholder text |
| 400 | 53EB #53EBF9 | Disabled statesSecondary iconsMuted text |
| 500 | 22E5 #22E5F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08C7 #08C7D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 069E #069EAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0471 #04717B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0348 #03484F | Primary textHigh emphasis contentDark headings |
| 950 | 022D #022D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FDFE;
--sky-blue-100: #DDFBFE;
--sky-blue-200: #BFF8FD;
--sky-blue-300: #8EF2FB;
--sky-blue-400: #53EBF9;
--sky-blue-500: #22E5F7;
--sky-blue-600: #08C7D9;
--sky-blue-700: #069EAC;
--sky-blue-800: #04717B;
--sky-blue-900: #03484F;
--sky-blue-950: #022D31;
}