Sky Blue
#8FFAEB
CyanColor Codes
All color formats for development
HEX
#8FFAEBRGB
rgb(143, 250, 235)HSL
hsl(172, 91%, 77%)OKLCH
oklch(0.916 0.102 184.1)CMYK
cmyk(43%, 0%, 6%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69F8E5
2#44F6DE
3#1EF4D8
4#0BE1C4
5#09BCA4
6#079683
7#057162
8#044B41
9#022621
Tints
Lighter variations
1#9AFAED
2#A5FBEF
3#B1FBF1
4#BCFCF3
5#C7FCF5
6#D2FDF7
7#DDFDF9
8#E9FEFB
9#F4FEFD
Tones
Muted variations
1#94F4E8
2#9AEFE4
3#9FEAE0
4#A4E4DC
5#AADFD8
6#AFDAD4
7#B4D4D0
8#BACFCC
9#BFCAC8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFAEB | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7E1 | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD6BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E44 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFC;
--sky-blue-100: #DDFDF9;
--sky-blue-200: #C0FCF4;
--sky-blue-300: #8FFAEB;
--sky-blue-400: #55F7E1;
--sky-blue-500: #24F5D9;
--sky-blue-600: #0AD6BB;
--sky-blue-700: #08AA95;
--sky-blue-800: #067A6A;
--sky-blue-900: #044E44;
--sky-blue-950: #02312B;
}