Sky Blue
#9FEAE5
CyanColor Codes
All color formats for development
HEX
#9FEAE5RGB
rgb(159, 234, 229)HSL
hsl(176, 64%, 77%)OKLCH
oklch(0.887 0.074 190.6)CMYK
cmyk(32%, 0%, 2%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE3DC
2#5EDCD3
3#3ED5CB
4#2AC1B7
5#23A199
6#1C817A
7#15615C
8#0E403D
9#07201F
Tints
Lighter variations
1#A8ECE7
2#B2EEEA
3#BCF0ED
4#C5F2EF
5#CFF4F2
6#D9F7F5
7#E2F9F7
8#ECFBFA
9#F5FDFC
Tones
Muted variations
1#A3E6E2
2#A6E2DE
3#AADFDB
4#AEDBD8
5#B2D7D5
6#B5D3D1
7#B9D0CE
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 #E2F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAE5 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFD7 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6CC | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B8AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20928B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176963 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433F | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFC;
--sky-blue-100: #E2F9F7;
--sky-blue-200: #C9F3F0;
--sky-blue-300: #9FEAE5;
--sky-blue-400: #6DDFD7;
--sky-blue-500: #43D6CC;
--sky-blue-600: #28B8AE;
--sky-blue-700: #20928B;
--sky-blue-800: #176963;
--sky-blue-900: #0F433F;
--sky-blue-950: #092A28;
}