Sky Blue
#9FE6EA
CyanColor Codes
All color formats for development
HEX
#9FE6EARGB
rgb(159, 230, 234)HSL
hsl(183, 64%, 77%)OKLCH
oklch(0.88 0.071 200.4)CMYK
cmyk(32%, 2%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FDEE3
2#5ED5DC
3#3ECDD5
4#2ABAC1
5#239BA1
6#1C7C81
7#155D61
8#0E3E40
9#071F20
Tints
Lighter variations
1#A8E9EC
2#B2EBEE
3#BCEEF0
4#C5F0F2
5#CFF3F4
6#D9F5F7
7#E2F8F9
8#ECFAFB
9#F5FDFD
Tones
Muted variations
1#A3E3E6
2#A6DFE2
3#AADCDF
4#AED9DB
5#B2D5D7
6#B5D2D3
7#B9CED0
8#BDCBCC
9#C1C8C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F7 #E2F7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F1 #C9F1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE6 #9FE6EA | BordersInactive statesPlaceholder text |
| 400 | 6DD9 #6DD9DF | Disabled statesSecondary iconsMuted text |
| 500 | 43CE #43CED6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B1 #28B1B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 208D #208D92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1764 #176469 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F40 #0F4043 | 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: #F2FCFC;
--sky-blue-100: #E2F7F9;
--sky-blue-200: #C9F1F3;
--sky-blue-300: #9FE6EA;
--sky-blue-400: #6DD9DF;
--sky-blue-500: #43CED6;
--sky-blue-600: #28B1B8;
--sky-blue-700: #208D92;
--sky-blue-800: #176469;
--sky-blue-900: #0F4043;
--sky-blue-950: #09282A;
}