Sky Blue
#9FE9E9
CyanColor Codes
All color formats for development
HEX
#9FE9E9RGB
rgb(159, 233, 233)HSL
hsl(180, 63%, 77%)OKLCH
oklch(0.886 0.073 195.9)CMYK
cmyk(32%, 0%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE2E2
2#5FDBDB
3#3FD4D4
4#2CC0C0
5#24A0A0
6#1D8080
7#166060
8#0F4040
9#072020
Tints
Lighter variations
1#A9EBEB
2#B3EEEE
3#BCF0F0
4#C6F2F2
5#CFF4F4
6#D9F6F6
7#E2F8F8
8#ECFBFB
9#F5FDFD
Tones
Muted variations
1#A3E6E6
2#A7E2E2
3#AADEDE
4#AEDBDB
5#B2D7D7
6#B6D3D3
7#B9CFCF
8#BDCCCC
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 | C9F3 #C9F3F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9E9 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEDE | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB7B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219191 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186868 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4343 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A2A | 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: #C9F3F3;
--sky-blue-300: #9FE9E9;
--sky-blue-400: #6EDEDE;
--sky-blue-500: #44D5D5;
--sky-blue-600: #2AB7B7;
--sky-blue-700: #219191;
--sky-blue-800: #186868;
--sky-blue-900: #0F4343;
--sky-blue-950: #092A2A;
}