Sky Blue
#8BF4FD
CyanColor Codes
All color formats for development
HEX
#8BF4FDRGB
rgb(139, 244, 253)HSL
hsl(185, 97%, 77%)OKLCH
oklch(0.907 0.098 202.8)CMYK
cmyk(45%, 4%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#65F0FD
2#3EECFC
3#17E8FB
4#04D5E8
5#03B2C1
6#028E9B
7#026B74
8#01474D
9#012427
Tints
Lighter variations
1#97F5FD
2#A3F6FE
3#AEF7FE
4#BAF8FE
5#C5F9FE
6#D1FBFE
7#DCFCFE
8#E8FDFF
9#F3FEFF
Tones
Muted variations
1#91EFF8
2#97EAF2
3#9DE6EC
4#A2E1E6
5#A8DCE1
6#AED7DB
7#B3D3D5
8#B9CED0
9#BFC9CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFC #DCFCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF9 #BEF9FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BF4 #8BF4FD | BordersInactive statesPlaceholder text |
| 400 | 4FEE #4FEEFC | Disabled statesSecondary iconsMuted text |
| 500 | 1DE9 #1DE9FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03CB #03CBDD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03A1 #03A1B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0273 #02737E | Text on light backgroundsHeadingsStrong borders |
| 900 | 014A #014A50 | Primary textHigh emphasis contentDark headings |
| 950 | 012E #012E32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFF;
--sky-blue-100: #DCFCFE;
--sky-blue-200: #BEF9FE;
--sky-blue-300: #8BF4FD;
--sky-blue-400: #4FEEFC;
--sky-blue-500: #1DE9FC;
--sky-blue-600: #03CBDD;
--sky-blue-700: #03A1B0;
--sky-blue-800: #02737E;
--sky-blue-900: #014A50;
--sky-blue-950: #012E32;
}