Sky Blue
#9FEAE1
CyanColor Codes
All color formats for development
HEX
#9FEAE1RGB
rgb(159, 234, 225)HSL
hsl(173, 64%, 77%)OKLCH
oklch(0.886 0.075 186.5)CMYK
cmyk(32%, 0%, 4%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE3D7
2#5EDCCD
3#3ED5C3
4#2AC1B0
5#23A192
6#1C8175
7#156158
8#0E403B
9#07201D
Tints
Lighter variations
1#A8ECE4
2#B2EEE7
3#BCF0EA
4#C5F2ED
5#CFF4F0
6#D9F7F3
7#E2F9F6
8#ECFBF9
9#F5FDFC
Tones
Muted variations
1#A3E6DE
2#A6E2DB
3#AADFD8
4#AEDBD6
5#B2D7D3
6#B5D3D0
7#B9D0CD
8#BDCCCA
9#C1C8C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAE1 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFD2 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6C5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B8A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209285 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17695F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433D | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFB;
--sky-blue-100: #E2F9F6;
--sky-blue-200: #C9F3EE;
--sky-blue-300: #9FEAE1;
--sky-blue-400: #6DDFD2;
--sky-blue-500: #43D6C5;
--sky-blue-600: #28B8A7;
--sky-blue-700: #209285;
--sky-blue-800: #17695F;
--sky-blue-900: #0F433D;
--sky-blue-950: #092A26;
}