Sky Blue
#8FFAF3
CyanColor Codes
All color formats for development
HEX
#8FFAF3RGB
rgb(143, 250, 243)HSL
hsl(176, 91%, 77%)OKLCH
oklch(0.919 0.1 190.1)CMYK
cmyk(43%, 0%, 3%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69F8EE
2#44F6EA
3#1EF4E6
4#0BE1D3
5#09BCB0
6#07968C
7#057169
8#044B46
9#022623
Tints
Lighter variations
1#9AFAF4
2#A5FBF5
3#B1FBF6
4#BCFCF8
5#C7FCF9
6#D2FDFA
7#DDFDFB
8#E9FEFD
9#F4FEFE
Tones
Muted variations
1#94F4EE
2#9AEFE9
3#9FEAE5
4#A4E4E0
5#AADFDB
6#AFDAD7
7#B4D4D2
8#BACFCE
9#BFCAC9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFAF3 | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7EC | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD6C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AAA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E49 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFD;
--sky-blue-100: #DDFDFB;
--sky-blue-200: #C0FCF8;
--sky-blue-300: #8FFAF3;
--sky-blue-400: #55F7EC;
--sky-blue-500: #24F5E7;
--sky-blue-600: #0AD6C9;
--sky-blue-700: #08AAA0;
--sky-blue-800: #067A72;
--sky-blue-900: #044E49;
--sky-blue-950: #02312E;
}