Sky Blue
#59F3F3
CyanColor Codes
All color formats for development
HEX
#59F3F3RGB
rgb(89, 243, 243)HSL
hsl(180, 87%, 65%)OKLCH
oklch(0.884 0.128 195.1)CMYK
cmyk(63%, 0%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#39F1F1
2#1AEFEF
3#0FD9D9
4#0DBABA
5#0B9B9B
6#097C7C
7#065D5D
8#043E3E
9#021F1F
Tints
Lighter variations
1#69F5F5
2#79F6F6
3#8AF7F7
4#9BF8F8
5#ACF9F9
6#BCFAFA
7#CDFCFC
8#DEFDFD
9#EEFEFE
Tones
Muted variations
1#60ECEC
2#68E4E4
3#6FDCDC
4#77D4D4
5#7FCDCD
6#87C5C5
7#8EBDBD
8#96B5B5
9#9EAEAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFD #DEFDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F7 #91F7F7 | BordersInactive statesPlaceholder text |
| 400 | 58F3 #58F3F3 | Disabled statesSecondary iconsMuted text |
| 500 | 28F0 #28F0F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0FD2 #0FD2D2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA7 #0CA7A7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0877 #087777 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054C #054C4C | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033030 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFE;
--sky-blue-100: #DEFDFD;
--sky-blue-200: #C1FBFB;
--sky-blue-300: #91F7F7;
--sky-blue-400: #58F3F3;
--sky-blue-500: #28F0F0;
--sky-blue-600: #0FD2D2;
--sky-blue-700: #0CA7A7;
--sky-blue-800: #087777;
--sky-blue-900: #054C4C;
--sky-blue-950: #033030;
}