Sky Blue
#9FE6E9
CyanColor Codes
All color formats for development
HEX
#9FE6E9RGB
rgb(159, 230, 233)HSL
hsl(182, 63%, 77%)OKLCH
oklch(0.879 0.071 199.3)CMYK
cmyk(32%, 1%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FDFE2
2#5FD7DB
3#3FCFD4
4#2CBBC0
5#249CA0
6#1D7D80
7#165E60
8#0F3E40
9#071F20
Tints
Lighter variations
1#A9E9EB
2#B3ECEE
3#BCEEF0
4#C6F1F2
5#CFF3F4
6#D9F5F6
7#E2F8F8
8#ECFAFB
9#F5FDFD
Tones
Muted variations
1#A3E3E6
2#A7E0E2
3#AADCDE
4#AED9DB
5#B2D6D7
6#B6D2D3
7#B9CFCF
8#BDCBCC
9#C1C8C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F1 #C9F1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE7 #9FE7E9 | BordersInactive statesPlaceholder text |
| 400 | 6EDA #6EDADE | Disabled statesSecondary iconsMuted text |
| 500 | 44D0 #44D0D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB2 #2AB2B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 218E #218E91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1865 #186568 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F41 #0F4143 | Primary textHigh emphasis contentDark headings |
| 950 | 0928 #09282A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFC;
--sky-blue-100: #E2F8F8;
--sky-blue-200: #C9F1F3;
--sky-blue-300: #9FE7E9;
--sky-blue-400: #6EDADE;
--sky-blue-500: #44D0D5;
--sky-blue-600: #2AB2B7;
--sky-blue-700: #218E91;
--sky-blue-800: #186568;
--sky-blue-900: #0F4143;
--sky-blue-950: #09282A;
}