Sky Blue
#5FECEC
CyanColor Codes
All color formats for development
HEX
#5FECECRGB
rgb(95, 236, 236)HSL
hsl(180, 79%, 65%)OKLCH
oklch(0.867 0.121 195.2)CMYK
cmyk(60%, 0%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42E9E9
2#24E5E5
3#18D0D0
4#15B2B2
5#119494
6#0E7777
7#0A5959
8#073B3B
9#031E1E
Tints
Lighter variations
1#6FEEEE
2#7FF0F0
3#8FF2F2
4#9FF4F4
5#AFF6F6
6#BFF8F8
7#CFF9F9
8#DFFBFB
9#EFFDFD
Tones
Muted variations
1#66E5E5
2#6DDEDE
3#74D7D7
4#7BD0D0
5#82C9C9
6#8AC2C2
7#91BBBB
8#98B4B4
9#9FADAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3F3 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECEC | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A0A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7272 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094949 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFD;
--sky-blue-100: #DFFBFB;
--sky-blue-200: #C4F8F8;
--sky-blue-300: #96F3F3;
--sky-blue-400: #5FECEC;
--sky-blue-500: #32E7E7;
--sky-blue-600: #18C9C9;
--sky-blue-700: #13A0A0;
--sky-blue-800: #0D7272;
--sky-blue-900: #094949;
--sky-blue-950: #052E2E;
}