Sky Blue
#8AE2FF
BlueColor Codes
All color formats for development
HEX
#8AE2FFRGB
rgb(138, 226, 255)HSL
hsl(195, 100%, 77%)OKLCH
oklch(0.868 0.094 221.1)CMYK
cmyk(46%, 11%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62D8FF
2#3BCEFF
3#14C4FF
4#00B1EC
5#0093C4
6#00769D
7#005876
8#003B4F
9#001D27
Tints
Lighter variations
1#95E5FF
2#A1E8FF
3#ADEAFF
4#B9EDFF
5#C4F0FF
6#D0F3FF
7#DCF6FF
8#E8F9FF
9#F3FCFF
Tones
Muted variations
1#90DFF9
2#95DCF3
3#9BD9ED
4#A1D6E8
5#A7D3E2
6#ADD0DC
7#B3CDD6
8#B9CAD0
9#BEC7CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF6 #DBF6FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDEE #BDEEFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AE2 #8AE2FF | BordersInactive statesPlaceholder text |
| 400 | 4DD2 #4DD2FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AC6 #1AC6FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00A8 #00A8E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0086 #0086B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0060 #006080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 003D #003D52 | Primary textHigh emphasis contentDark headings |
| 950 | 0026 #002633 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FBFF;
--sky-blue-100: #DBF6FF;
--sky-blue-200: #BDEEFF;
--sky-blue-300: #8AE2FF;
--sky-blue-400: #4DD2FF;
--sky-blue-500: #1AC6FF;
--sky-blue-600: #00A8E0;
--sky-blue-700: #0086B3;
--sky-blue-800: #006080;
--sky-blue-900: #003D52;
--sky-blue-950: #002633;
}