Sky Blue
#8CECFD
CyanColor Codes
All color formats for development
HEX
#8CECFDRGB
rgb(140, 236, 253)HSL
hsl(189, 97%, 77%)OKLCH
oklch(0.89 0.094 210.1)CMYK
cmyk(45%, 7%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#65E6FD
2#3EE0FC
3#17D9FB
4#04C6E8
5#03A5C1
6#02849B
7#026374
8#01424D
9#012127
Tints
Lighter variations
1#97EEFD
2#A3F0FE
3#AEF2FE
4#BAF4FE
5#C5F6FE
6#D1F7FE
7#DCF9FE
8#E8FBFF
9#F3FDFF
Tones
Muted variations
1#91E8F8
2#97E4F2
3#9DE0EC
4#A2DCE6
5#A8D8E1
6#AED4DB
7#B3D0D5
8#B9CCD0
9#BFC8CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF9 #DCF9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF4 #BEF4FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BEC #8BECFD | BordersInactive statesPlaceholder text |
| 400 | 4FE2 #4FE2FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DDA #1DDAFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03BC #03BCDD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0396 #0396B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 026B #026B7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0145 #014550 | Primary textHigh emphasis contentDark headings |
| 950 | 012B #012B32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FDFF;
--sky-blue-100: #DCF9FE;
--sky-blue-200: #BEF4FE;
--sky-blue-300: #8BECFD;
--sky-blue-400: #4FE2FC;
--sky-blue-500: #1DDAFC;
--sky-blue-600: #03BCDD;
--sky-blue-700: #0396B0;
--sky-blue-800: #026B7E;
--sky-blue-900: #014550;
--sky-blue-950: #012B32;
}