Sky Blue
#8EE5FB
CyanColor Codes
All color formats for development
HEX
#8EE5FBRGB
rgb(142, 229, 251)HSL
hsl(192, 93%, 77%)OKLCH
oklch(0.875 0.089 215.7)CMYK
cmyk(43%, 9%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68DCFA
2#42D4F8
3#1CCBF7
4#08B8E3
5#0799BD
6#057A98
7#045C72
8#033D4C
9#011F26
Tints
Lighter variations
1#99E8FB
2#A4EAFC
3#B0EDFC
4#BBEFFD
5#C6F2FD
6#D2F5FD
7#DDF7FE
8#E8FAFE
9#F4FCFF
Tones
Muted variations
1#93E2F5
2#99DFF0
3#9EDBEB
4#A4D8E5
5#A9D5E0
6#AFD1DA
7#B4CED5
8#B9CBCF
9#BFC8CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF7 #DDF7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF0 #BFF0FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EE5 #8EE5FB | BordersInactive statesPlaceholder text |
| 400 | 53D8 #53D8F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22CC #22CCF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08AF #08AFD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 068B #068BAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0463 #04637B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0340 #03404F | Primary textHigh emphasis contentDark headings |
| 950 | 0228 #022831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FCFE;
--sky-blue-100: #DDF7FE;
--sky-blue-200: #BFF0FD;
--sky-blue-300: #8EE5FB;
--sky-blue-400: #53D8F9;
--sky-blue-500: #22CCF7;
--sky-blue-600: #08AFD9;
--sky-blue-700: #068BAC;
--sky-blue-800: #04637B;
--sky-blue-900: #03404F;
--sky-blue-950: #022831;
}