Sky Blue
#8EF0FB
CyanColor Codes
All color formats for development
HEX
#8EF0FBRGB
rgb(142, 240, 251)HSL
hsl(186, 93%, 77%)OKLCH
oklch(0.899 0.094 204.9)CMYK
cmyk(43%, 4%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68EBFA
2#42E6F8
3#1CE1F7
4#08CDE3
5#07ABBD
6#058998
7#046772
8#03444C
9#012226
Tints
Lighter variations
1#99F1FB
2#A4F3FC
3#B0F4FC
4#BBF6FD
5#C6F7FD
6#D2F9FD
7#DDFAFE
8#E8FCFE
9#F4FDFF
Tones
Muted variations
1#93ECF5
2#99E7F0
3#9EE3EB
4#A4DFE5
5#A9DAE0
6#AFD6DA
7#B4D1D5
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 | DDFA #DDFAFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF7 #BFF7FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EF0 #8EF0FB | BordersInactive statesPlaceholder text |
| 400 | 53E8 #53E8F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22E2 #22E2F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08C4 #08C4D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 069C #069CAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 046F #046F7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0347 #03474F | Primary textHigh emphasis contentDark headings |
| 950 | 022C #022C31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FDFE;
--sky-blue-100: #DDFAFE;
--sky-blue-200: #BFF7FD;
--sky-blue-300: #8EF0FB;
--sky-blue-400: #53E8F9;
--sky-blue-500: #22E2F7;
--sky-blue-600: #08C4D9;
--sky-blue-700: #069CAC;
--sky-blue-800: #046F7B;
--sky-blue-900: #03474F;
--sky-blue-950: #022C31;
}