Sky Blue
#9FEAE2
CyanColor Codes
All color formats for development
HEX
#9FEAE2RGB
rgb(159, 234, 226)HSL
hsl(174, 64%, 77%)OKLCH
oklch(0.886 0.075 187.5)CMYK
cmyk(32%, 0%, 3%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE3D9
2#5EDCCF
3#3ED5C6
4#2AC1B2
5#23A194
6#1C8177
7#156159
8#0E403B
9#07201E
Tints
Lighter variations
1#A8ECE5
2#B2EEE8
3#BCF0EB
4#C5F2EE
5#CFF4F1
6#D9F7F4
7#E2F9F6
8#ECFBF9
9#F5FDFC
Tones
Muted variations
1#A3E6DF
2#A6E2DC
3#AADFD9
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 #C9F3EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAE2 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFD3 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B8AA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209287 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176960 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433E | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A27 | 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: #C9F3EF;
--sky-blue-300: #9FEAE2;
--sky-blue-400: #6DDFD3;
--sky-blue-500: #43D6C7;
--sky-blue-600: #28B8AA;
--sky-blue-700: #209287;
--sky-blue-800: #176960;
--sky-blue-900: #0F433E;
--sky-blue-950: #092A27;
}