Sky Blue
#9FEAEA
CyanColor Codes
All color formats for development
HEX
#9FEAEARGB
rgb(159, 234, 234)HSL
hsl(180, 64%, 77%)OKLCH
oklch(0.888 0.074 195.9)CMYK
cmyk(32%, 0%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE3E3
2#5EDCDC
3#3ED5D5
4#2AC1C1
5#23A1A1
6#1C8181
7#156161
8#0E4040
9#072020
Tints
Lighter variations
1#A8ECEC
2#B2EEEE
3#BCF0F0
4#C5F2F2
5#CFF4F4
6#D9F7F7
7#E2F9F9
8#ECFBFB
9#F5FDFD
Tones
Muted variations
1#A3E6E6
2#A6E2E2
3#AADFDF
4#AEDBDB
5#B2D7D7
6#B5D3D3
7#B9D0D0
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 #E2F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAEA | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFDF | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B8B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209292 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176969 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4343 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFC;
--sky-blue-100: #E2F9F9;
--sky-blue-200: #C9F3F3;
--sky-blue-300: #9FEAEA;
--sky-blue-400: #6DDFDF;
--sky-blue-500: #43D6D6;
--sky-blue-600: #28B8B8;
--sky-blue-700: #209292;
--sky-blue-800: #176969;
--sky-blue-900: #0F4343;
--sky-blue-950: #092A2A;
}