Sky Blue
#5FCEEC
CyanColor Codes
All color formats for development
HEX
#5FCEECRGB
rgb(95, 206, 236)HSL
hsl(193, 79%, 65%)OKLCH
oklch(0.798 0.109 218.3)CMYK
cmyk(60%, 13%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42C5E9
2#24BBE5
3#18A8D0
4#1590B2
5#117894
6#0E6077
7#0A4859
8#07303B
9#03181E
Tints
Lighter variations
1#6FD3EE
2#7FD8F0
3#8FDCF2
4#9FE1F4
5#AFE6F6
6#BFEBF8
7#CFF0F9
8#DFF5FB
9#EFFAFD
Tones
Muted variations
1#66CAE5
2#6DC6DE
3#74C2D7
4#7BBED0
5#82BAC9
6#8AB6C2
7#91B2BB
8#98AEB4
9#9FAAAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF5 #DFF5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4ED #C4EDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96DF #96DFF3 | BordersInactive statesPlaceholder text |
| 400 | 5FCE #5FCEEC | Disabled statesSecondary iconsMuted text |
| 500 | 32C0 #32C0E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18A2 #18A2C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1381 #1381A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D5C #0D5C72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093B #093B49 | Primary textHigh emphasis contentDark headings |
| 950 | 0525 #05252E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FBFD;
--sky-blue-100: #DFF5FB;
--sky-blue-200: #C4EDF8;
--sky-blue-300: #96DFF3;
--sky-blue-400: #5FCEEC;
--sky-blue-500: #32C0E7;
--sky-blue-600: #18A2C9;
--sky-blue-700: #1381A0;
--sky-blue-800: #0D5C72;
--sky-blue-900: #093B49;
--sky-blue-950: #05252E;
}