Sky Blue
#8DFBE2
CyanColor Codes
All color formats for development
HEX
#8DFBE2RGB
rgb(141, 251, 226)HSL
hsl(166, 93%, 77%)OKLCH
oklch(0.915 0.108 177.3)CMYK
cmyk(44%, 0%, 10%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68FAD8
2#42F8CE
3#1CF7C4
4#08E3B0
5#07BD93
6#059875
7#047258
8#034C3B
9#01261D
Tints
Lighter variations
1#99FBE4
2#A4FCE7
3#B0FCEA
4#BBFDED
5#C6FDF0
6#D2FDF3
7#DDFEF6
8#E8FEF9
9#F4FFFC
Tones
Muted variations
1#93F5DF
2#99F0DC
3#9EEBD9
4#A4E5D6
5#A9E0D3
6#AFDAD0
7#B4D5CD
8#B9CFCA
9#BFCAC7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDEE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBE1 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9D2 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7C5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F3D | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023126 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFB;
--sky-blue-100: #DDFEF6;
--sky-blue-200: #BFFDEE;
--sky-blue-300: #8EFBE1;
--sky-blue-400: #53F9D2;
--sky-blue-500: #22F7C5;
--sky-blue-600: #08D9A8;
--sky-blue-700: #06AC86;
--sky-blue-800: #047B5F;
--sky-blue-900: #034F3D;
--sky-blue-950: #023126;
}