Sky Blue
#8DE2FB
CyanColor Codes
All color formats for development
HEX
#8DE2FBRGB
rgb(141, 226, 251)HSL
hsl(194, 93%, 77%)OKLCH
oklch(0.867 0.089 218.6)CMYK
cmyk(44%, 10%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68D8FA
2#42CEF8
3#1CC4F7
4#08B0E3
5#0793BD
6#057598
7#045872
8#033B4C
9#011D26
Tints
Lighter variations
1#99E4FB
2#A4E7FC
3#B0EAFC
4#BBEDFD
5#C6F0FD
6#D2F3FD
7#DDF6FE
8#E8F9FE
9#F4FCFF
Tones
Muted variations
1#93DFF5
2#99DCF0
3#9ED9EB
4#A4D6E5
5#A9D3E0
6#AFD0DA
7#B4CDD5
8#B9CACF
9#BFC7CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF6 #DDF6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFEE #BFEEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EE1 #8EE1FB | BordersInactive statesPlaceholder text |
| 400 | 53D2 #53D2F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22C5 #22C5F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08A8 #08A8D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0686 #0686AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 045F #045F7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 033D #033D4F | Primary textHigh emphasis contentDark headings |
| 950 | 0226 #022631 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FBFE;
--sky-blue-100: #DDF6FE;
--sky-blue-200: #BFEEFD;
--sky-blue-300: #8EE1FB;
--sky-blue-400: #53D2F9;
--sky-blue-500: #22C5F7;
--sky-blue-600: #08A8D9;
--sky-blue-700: #0686AC;
--sky-blue-800: #045F7B;
--sky-blue-900: #033D4F;
--sky-blue-950: #022631;
}