Sky Blue
#9FEAE9
CyanColor Codes
All color formats for development
HEX
#9FEAE9RGB
rgb(159, 234, 233)HSL
hsl(179, 64%, 77%)OKLCH
oklch(0.888 0.074 194.8)CMYK
cmyk(32%, 0%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE3E1
2#5EDCDA
3#3ED5D2
4#2AC1BF
5#23A19F
6#1C817F
7#15615F
8#0E4040
9#072020
Tints
Lighter variations
1#A8ECEB
2#B2EEED
3#BCF0EF
4#C5F2F2
5#CFF4F4
6#D9F7F6
7#E2F9F8
8#ECFBFB
9#F5FDFD
Tones
Muted variations
1#A3E6E5
2#A6E2E1
3#AADFDE
4#AEDBDA
5#B2D7D6
6#B5D3D3
7#B9D0CF
8#BDCCCC
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 #9FEAE9 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFDD | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6D3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B8B6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209290 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176967 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4342 | 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: #9FEAE9;
--sky-blue-400: #6DDFDD;
--sky-blue-500: #43D6D3;
--sky-blue-600: #28B8B6;
--sky-blue-700: #209290;
--sky-blue-800: #176967;
--sky-blue-900: #0F4342;
--sky-blue-950: #092A29;
}