Sky Blue
#8CEAFD
CyanColor Codes
All color formats for development
HEX
#8CEAFDRGB
rgb(140, 234, 253)HSL
hsl(190, 97%, 77%)OKLCH
oklch(0.885 0.093 212)CMYK
cmyk(45%, 8%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#65E3FD
2#3EDCFC
3#17D5FB
4#04C2E8
5#03A2C1
6#02819B
7#026174
8#01414D
9#012027
Tints
Lighter variations
1#97ECFD
2#A3EEFE
3#AEF0FE
4#BAF3FE
5#C5F5FE
6#D1F7FE
7#DCF9FE
8#E8FBFF
9#F3FDFF
Tones
Muted variations
1#91E6F8
2#97E3F2
3#9DDFEC
4#A2DBE6
5#A8D7E1
6#AED4DB
7#B3D0D5
8#B9CCD0
9#BFC8CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF9 #DCF9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF3 #BEF3FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BEA #8BEAFD | BordersInactive statesPlaceholder text |
| 400 | 4FDF #4FDFFC | Disabled statesSecondary iconsMuted text |
| 500 | 1DD6 #1DD6FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03B9 #03B9DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0393 #0393B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0269 #02697E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0143 #014350 | Primary textHigh emphasis contentDark headings |
| 950 | 012A #012A32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FCFF;
--sky-blue-100: #DCF9FE;
--sky-blue-200: #BEF3FE;
--sky-blue-300: #8BEAFD;
--sky-blue-400: #4FDFFC;
--sky-blue-500: #1DD6FC;
--sky-blue-600: #03B9DD;
--sky-blue-700: #0393B0;
--sky-blue-800: #02697E;
--sky-blue-900: #014350;
--sky-blue-950: #012A32;
}