Sky Blue
#8AFFDA
GreenColor Codes
All color formats for development
HEX
#8AFFDARGB
rgb(138, 255, 218)HSL
hsl(161, 100%, 77%)OKLCH
oklch(0.921 0.12 170.9)CMYK
cmyk(46%, 0%, 15%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62FFCD
2#3BFFC1
3#14FFB5
4#00ECA1
5#00C486
6#009D6B
7#007651
8#004F36
9#00271B
Tints
Lighter variations
1#95FFDE
2#A1FFE1
3#ADFFE5
4#B9FFE9
5#C4FFEC
6#D0FFF0
7#DCFFF4
8#E8FFF8
9#F3FFFB
Tones
Muted variations
1#90F9D8
2#95F3D6
3#9BEDD3
4#A1E8D1
5#A7E2CF
6#ADDCCD
7#B3D6CB
8#B9D0C9
9#BECAC7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFDA | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFC6 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E099 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B37A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008057 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005238 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003323 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFA;
--sky-blue-100: #DBFFF4;
--sky-blue-200: #BDFFEA;
--sky-blue-300: #8AFFDA;
--sky-blue-400: #4DFFC6;
--sky-blue-500: #1AFFB6;
--sky-blue-600: #00E099;
--sky-blue-700: #00B37A;
--sky-blue-800: #008057;
--sky-blue-900: #005238;
--sky-blue-950: #003323;
}