Sky Blue
#8AFFDE
GreenColor Codes
All color formats for development
HEX
#8AFFDERGB
rgb(138, 255, 222)HSL
hsl(163, 100%, 77%)OKLCH
oklch(0.922 0.117 173.2)CMYK
cmyk(46%, 0%, 13%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62FFD3
2#3BFFC8
3#14FFBC
4#00ECA9
5#00C48D
6#009D71
7#007654
8#004F38
9#00271C
Tints
Lighter variations
1#95FFE1
2#A1FFE4
3#ADFFE8
4#B9FFEB
5#C4FFEE
6#D0FFF2
7#DCFFF5
8#E8FFF8
9#F3FFFC
Tones
Muted variations
1#90F9DB
2#95F3D9
3#9BEDD6
4#A1E8D4
5#A7E2D1
6#ADDCCF
7#B3D6CC
8#B9D0C9
9#BECAC7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFEC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFDE | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFCC | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0A1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B380 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #00805B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00523A | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003325 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFB;
--sky-blue-100: #DBFFF5;
--sky-blue-200: #BDFFEC;
--sky-blue-300: #8AFFDE;
--sky-blue-400: #4DFFCC;
--sky-blue-500: #1AFFBE;
--sky-blue-600: #00E0A1;
--sky-blue-700: #00B380;
--sky-blue-800: #00805B;
--sky-blue-900: #00523A;
--sky-blue-950: #003325;
}