Sky Blue
#9FEAE4
CyanColor Codes
All color formats for development
HEX
#9FEAE4RGB
rgb(159, 234, 228)HSL
hsl(175, 64%, 77%)OKLCH
oklch(0.886 0.075 189.6)CMYK
cmyk(32%, 0%, 3%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE3DA
2#5EDCD1
3#3ED5C8
4#2AC1B5
5#23A197
6#1C8178
7#15615A
8#0E403C
9#07201E
Tints
Lighter variations
1#A8ECE6
2#B2EEE9
3#BCF0EC
4#C5F2EF
5#CFF4F1
6#D9F7F4
7#E2F9F7
8#ECFBFA
9#F5FDFC
Tones
Muted variations
1#A3E6E1
2#A6E2DD
3#AADFDA
4#AEDBD7
5#B2D7D4
6#B5D3D1
7#B9D0CE
8#BDCCCB
9#C1C8C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAE4 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFD5 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B8AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209289 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176962 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433F | 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: #E2F9F7;
--sky-blue-200: #C9F3F0;
--sky-blue-300: #9FEAE4;
--sky-blue-400: #6DDFD5;
--sky-blue-500: #43D6C9;
--sky-blue-600: #28B8AC;
--sky-blue-700: #209289;
--sky-blue-800: #176962;
--sky-blue-900: #0F433F;
--sky-blue-950: #092A27;
}