Sky Blue
#8EEEFB
CyanColor Codes
All color formats for development
HEX
#8EEEFBRGB
rgb(142, 238, 251)HSL
hsl(187, 93%, 77%)OKLCH
oklch(0.894 0.093 206.8)CMYK
cmyk(43%, 5%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68E9FA
2#42E3F8
3#1CDDF7
4#08CAE3
5#07A8BD
6#058798
7#046572
8#03434C
9#012226
Tints
Lighter variations
1#99F0FB
2#A4F2FC
3#B0F3FC
4#BBF5FD
5#C6F7FD
6#D2F8FD
7#DDFAFE
8#E8FCFE
9#F4FDFF
Tones
Muted variations
1#93EAF5
2#99E6F0
3#9EE2EB
4#A4DDE5
5#A9D9E0
6#AFD5DA
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 | BFF5 #BFF5FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EEE #8EEEFB | BordersInactive statesPlaceholder text |
| 400 | 53E5 #53E5F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22DE #22DEF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08C0 #08C0D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0699 #0699AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 046D #046D7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0346 #03464F | 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: #BFF5FD;
--sky-blue-300: #8EEEFB;
--sky-blue-400: #53E5F9;
--sky-blue-500: #22DEF7;
--sky-blue-600: #08C0D9;
--sky-blue-700: #0699AC;
--sky-blue-800: #046D7B;
--sky-blue-900: #03464F;
--sky-blue-950: #022C31;
}