Sky Blue
#5FECEA
CyanColor Codes
All color formats for development
HEX
#5FECEARGB
rgb(95, 236, 234)HSL
hsl(179, 79%, 65%)OKLCH
oklch(0.867 0.121 193.8)CMYK
cmyk(60%, 0%, 1%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42E9E6
2#24E5E2
3#18D0CD
4#15B2AF
5#119492
6#0E7775
7#0A5958
8#073B3A
9#031E1D
Tints
Lighter variations
1#6FEEEC
2#7FF0EE
3#8FF2F0
4#9FF4F2
5#AFF6F4
6#BFF8F7
7#CFF9F9
8#DFFBFB
9#EFFDFD
Tones
Muted variations
1#66E5E3
2#6DDEDC
3#74D7D5
4#7BD0CF
5#82C9C8
6#8AC2C1
7#91BBBA
8#98B4B3
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 #C4F8F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3F1 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECEA | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7E4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9C6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A09D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7270 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094948 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2D | 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: #C4F8F7;
--sky-blue-300: #96F3F1;
--sky-blue-400: #5FECEA;
--sky-blue-500: #32E7E4;
--sky-blue-600: #18C9C6;
--sky-blue-700: #13A09D;
--sky-blue-800: #0D7270;
--sky-blue-900: #094948;
--sky-blue-950: #052E2D;
}