Sky Blue
#9FEAE7
CyanColor Codes
All color formats for development
HEX
#9FEAE7RGB
rgb(159, 234, 231)HSL
hsl(178, 64%, 77%)OKLCH
oklch(0.887 0.074 192.7)CMYK
cmyk(32%, 0%, 1%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE3DF
2#5EDCD8
3#3ED5D0
4#2AC1BC
5#23A19D
6#1C817D
7#15615E
8#0E403F
9#07201F
Tints
Lighter variations
1#A8ECEA
2#B2EEEC
3#BCF0EE
4#C5F2F1
5#CFF4F3
6#D9F7F6
7#E2F9F8
8#ECFBFA
9#F5FDFD
Tones
Muted variations
1#A3E6E4
2#A6E2E0
3#AADFDD
4#AEDBD9
5#B2D7D6
6#B5D3D2
7#B9D0CF
8#BDCCCB
9#C1C8C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAE7 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFDB | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B8B3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20928F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176966 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4341 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFC;
--sky-blue-100: #E2F9F8;
--sky-blue-200: #C9F3F2;
--sky-blue-300: #9FEAE7;
--sky-blue-400: #6DDFDB;
--sky-blue-500: #43D6D1;
--sky-blue-600: #28B8B3;
--sky-blue-700: #20928F;
--sky-blue-800: #176966;
--sky-blue-900: #0F4341;
--sky-blue-950: #092A29;
}