Sky Blue
#8AFFE2
CyanColor Codes
All color formats for development
HEX
#8AFFE2RGB
rgb(138, 255, 226)HSL
hsl(165, 100%, 77%)OKLCH
oklch(0.923 0.115 175.6)CMYK
cmyk(46%, 0%, 11%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62FFD8
2#3BFFCE
3#14FFC4
4#00ECB1
5#00C493
6#009D76
7#007658
8#004F3B
9#00271D
Tints
Lighter variations
1#95FFE5
2#A1FFE8
3#ADFFEA
4#B9FFED
5#C4FFF0
6#D0FFF3
7#DCFFF6
8#E8FFF9
9#F3FFFC
Tones
Muted variations
1#90F9DF
2#95F3DC
3#9BEDD9
4#A1E8D6
5#A7E2D3
6#ADDCD0
7#B3D6CD
8#B9D0CA
9#BECAC7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFEE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFE2 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFD2 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B386 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00523D | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003326 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFB;
--sky-blue-100: #DBFFF6;
--sky-blue-200: #BDFFEE;
--sky-blue-300: #8AFFE2;
--sky-blue-400: #4DFFD2;
--sky-blue-500: #1AFFC6;
--sky-blue-600: #00E0A8;
--sky-blue-700: #00B386;
--sky-blue-800: #008060;
--sky-blue-900: #00523D;
--sky-blue-950: #003326;
}