Sky Blue
#8AFFD6
GreenColor Codes
All color formats for development
HEX
#8AFFD6RGB
rgb(138, 255, 214)HSL
hsl(159, 100%, 77%)OKLCH
oklch(0.92 0.122 168.7)CMYK
cmyk(46%, 0%, 16%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62FFC8
2#3BFFBA
3#14FFAD
4#00EC99
5#00C480
6#009D66
7#00764D
8#004F33
9#00271A
Tints
Lighter variations
1#95FFDA
2#A1FFDE
3#ADFFE2
4#B9FFE6
5#C4FFEA
6#D0FFEF
7#DCFFF3
8#E8FFF7
9#F3FFFB
Tones
Muted variations
1#90F9D4
2#95F3D2
3#9BEDD1
4#A1E8CF
5#A7E2CD
6#ADDCCB
7#B3D6CA
8#B9D0C8
9#BECAC6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFD6 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFC1 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFAF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E092 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B374 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008053 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005235 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003321 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFA;
--sky-blue-100: #DBFFF3;
--sky-blue-200: #BDFFE8;
--sky-blue-300: #8AFFD6;
--sky-blue-400: #4DFFC1;
--sky-blue-500: #1AFFAF;
--sky-blue-600: #00E092;
--sky-blue-700: #00B374;
--sky-blue-800: #008053;
--sky-blue-900: #005235;
--sky-blue-950: #003321;
}