Sky Blue
#8CE1FD
BlueColor Codes
All color formats for development
HEX
#8CE1FDRGB
rgb(140, 225, 253)HSL
hsl(195, 97%, 77%)OKLCH
oklch(0.866 0.091 221)CMYK
cmyk(45%, 11%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#65D7FD
2#3ECDFC
3#17C2FB
4#04AFE8
5#0392C1
6#02759B
7#025774
8#013A4D
9#011D27
Tints
Lighter variations
1#97E4FD
2#A3E7FE
3#AEEAFE
4#BAEDFE
5#C5F0FE
6#D1F3FE
7#DCF6FE
8#E8F9FF
9#F3FCFF
Tones
Muted variations
1#91DEF8
2#97DBF2
3#9DD8EC
4#A2D5E6
5#A8D3E1
6#AED0DB
7#B3CDD5
8#B9CAD0
9#BFC7CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF6 #DCF6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEEE #BEEEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BE1 #8BE1FD | BordersInactive statesPlaceholder text |
| 400 | 4FD1 #4FD1FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DC4 #1DC4FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03A7 #03A7DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0385 #0385B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 025F #025F7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 013D #013D50 | Primary textHigh emphasis contentDark headings |
| 950 | 0126 #012632 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FBFF;
--sky-blue-100: #DCF6FE;
--sky-blue-200: #BEEEFE;
--sky-blue-300: #8BE1FD;
--sky-blue-400: #4FD1FC;
--sky-blue-500: #1DC4FC;
--sky-blue-600: #03A7DD;
--sky-blue-700: #0385B0;
--sky-blue-800: #025F7E;
--sky-blue-900: #013D50;
--sky-blue-950: #012632;
}