Sky Blue
#8EEBFB
CyanColor Codes
All color formats for development
HEX
#8EEBFBRGB
rgb(142, 235, 251)HSL
hsl(189, 93%, 77%)OKLCH
oklch(0.888 0.091 209.7)CMYK
cmyk(43%, 6%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68E4FA
2#42DDF8
3#1CD6F7
4#08C3E3
5#07A2BD
6#058298
7#046172
8#03414C
9#012026
Tints
Lighter variations
1#99EDFB
2#A4EFFC
3#B0F1FC
4#BBF3FD
5#C6F5FD
6#D2F7FD
7#DDF9FE
8#E8FBFE
9#F4FDFF
Tones
Muted variations
1#93E7F5
2#99E3F0
3#9EDFEB
4#A4DBE5
5#A9D7E0
6#AFD4DA
7#B4D0D5
8#B9CCCF
9#BFC8CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF9 #DDF9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF3 #BFF3FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EEB #8EEBFB | BordersInactive statesPlaceholder text |
| 400 | 53E0 #53E0F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22D7 #22D7F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08B9 #08B9D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0693 #0693AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0469 #04697B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0343 #03434F | Primary textHigh emphasis contentDark headings |
| 950 | 022A #022A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FCFE;
--sky-blue-100: #DDF9FE;
--sky-blue-200: #BFF3FD;
--sky-blue-300: #8EEBFB;
--sky-blue-400: #53E0F9;
--sky-blue-500: #22D7F7;
--sky-blue-600: #08B9D9;
--sky-blue-700: #0693AC;
--sky-blue-800: #04697B;
--sky-blue-900: #03434F;
--sky-blue-950: #022A31;
}