Sky Blue
#8DEDFB
CyanColor Codes
All color formats for development
HEX
#8DEDFBRGB
rgb(141, 237, 251)HSL
hsl(188, 93%, 77%)OKLCH
oklch(0.892 0.093 207.6)CMYK
cmyk(44%, 6%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68E6FA
2#42E0F8
3#1CDAF7
4#08C6E3
5#07A5BD
6#058498
7#046372
8#03424C
9#012126
Tints
Lighter variations
1#99EEFB
2#A4F0FC
3#B0F2FC
4#BBF4FD
5#C6F6FD
6#D2F8FD
7#DDF9FE
8#E8FBFE
9#F4FDFF
Tones
Muted variations
1#93E8F5
2#99E4F0
3#9EE0EB
4#A4DCE5
5#A9D8E0
6#AFD4DA
7#B4D0D5
8#B9CCCF
9#BFC8CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF9 #DDF9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF4 #BFF4FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EEC #8EECFB | BordersInactive statesPlaceholder text |
| 400 | 53E3 #53E3F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22DB #22DBF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08BD #08BDD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0696 #0696AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 046B #046B7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0345 #03454F | Primary textHigh emphasis contentDark headings |
| 950 | 022B #022B31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FDFE;
--sky-blue-100: #DDF9FE;
--sky-blue-200: #BFF4FD;
--sky-blue-300: #8EECFB;
--sky-blue-400: #53E3F9;
--sky-blue-500: #22DBF7;
--sky-blue-600: #08BDD9;
--sky-blue-700: #0696AC;
--sky-blue-800: #046B7B;
--sky-blue-900: #03454F;
--sky-blue-950: #022B31;
}