Sky Blue
#8AFFEB
CyanColor Codes
All color formats for development
HEX
#8AFFEBRGB
rgb(138, 255, 235)HSL
hsl(170, 100%, 77%)OKLCH
oklch(0.926 0.111 181.3)CMYK
cmyk(46%, 0%, 8%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62FFE5
2#3BFFDE
3#14FFD8
4#00ECC4
5#00C4A4
6#009D83
7#007662
8#004F41
9#002721
Tints
Lighter variations
1#95FFED
2#A1FFEF
3#ADFFF1
4#B9FFF3
5#C4FFF5
6#D0FFF7
7#DCFFF9
8#E8FFFB
9#F3FFFD
Tones
Muted variations
1#90F9E8
2#95F3E4
3#9BEDE0
4#A1E8DC
5#A7E2D8
6#ADDCD4
7#B3D6D0
8#B9D0CC
9#BECAC8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFEB | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFE1 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B395 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #00806A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005244 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00332B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFC;
--sky-blue-100: #DBFFF9;
--sky-blue-200: #BDFFF4;
--sky-blue-300: #8AFFEB;
--sky-blue-400: #4DFFE1;
--sky-blue-500: #1AFFD9;
--sky-blue-600: #00E0BB;
--sky-blue-700: #00B395;
--sky-blue-800: #00806A;
--sky-blue-900: #005244;
--sky-blue-950: #00332B;
}