Sky Blue
#8AFFD8
GreenColor Codes
All color formats for development
HEX
#8AFFD8RGB
rgb(138, 255, 216)HSL
hsl(160, 100%, 77%)OKLCH
oklch(0.92 0.121 169.7)CMYK
cmyk(46%, 0%, 15%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62FFCB
2#3BFFBE
3#14FFB1
4#00EC9D
5#00C483
6#009D69
7#00764F
8#004F34
9#00271A
Tints
Lighter variations
1#95FFDC
2#A1FFE0
3#ADFFE4
4#B9FFE8
5#C4FFEB
6#D0FFEF
7#DCFFF3
8#E8FFF7
9#F3FFFB
Tones
Muted variations
1#90F9D6
2#95F3D4
3#9BEDD2
4#A1E8D0
5#A7E2CE
6#ADDCCC
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 #BDFFE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFD8 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFC3 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E096 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B377 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008055 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005236 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003322 | 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: #BDFFE9;
--sky-blue-300: #8AFFD8;
--sky-blue-400: #4DFFC3;
--sky-blue-500: #1AFFB2;
--sky-blue-600: #00E096;
--sky-blue-700: #00B377;
--sky-blue-800: #008055;
--sky-blue-900: #005236;
--sky-blue-950: #003322;
}