Sky Blue
#8DFBF4
CyanColor Codes
All color formats for development
HEX
#8DFBF4RGB
rgb(141, 251, 244)HSL
hsl(176, 93%, 77%)OKLCH
oklch(0.92 0.102 190.2)CMYK
cmyk(44%, 0%, 3%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68FAF0
2#42F8EC
3#1CF7E8
4#08E3D5
5#07BDB1
6#05988E
7#04726A
8#034C47
9#012623
Tints
Lighter variations
1#99FBF5
2#A4FCF6
3#B0FCF7
4#BBFDF8
5#C6FDF9
6#D2FDFA
7#DDFEFC
8#E8FEFD
9#F4FFFE
Tones
Muted variations
1#93F5EF
2#99F0EA
3#9EEBE5
4#A4E5E1
5#A9E0DC
6#AFDAD7
7#B4D5D3
8#B9CFCE
9#BFCAC9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBF4 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9EE | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06ACA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F4A | 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: #F0FEFE;
--sky-blue-100: #DDFEFC;
--sky-blue-200: #BFFDF9;
--sky-blue-300: #8EFBF4;
--sky-blue-400: #53F9EE;
--sky-blue-500: #22F7E9;
--sky-blue-600: #08D9CB;
--sky-blue-700: #06ACA1;
--sky-blue-800: #047B73;
--sky-blue-900: #034F4A;
--sky-blue-950: #02312E;
}