Sky Blue
#65E7E7
CyanColor Codes
All color formats for development
HEX
#65E7E7RGB
rgb(101, 231, 231)HSL
hsl(180, 73%, 65%)OKLCH
oklch(0.856 0.114 195.2)CMYK
cmyk(56%, 0%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48E2E2
2#2BDEDE
3#1FC9C9
4#1BACAC
5#168F8F
6#127373
7#0D5656
8#093939
9#041D1D
Tints
Lighter variations
1#74E9E9
2#83ECEC
3#93EEEE
4#A2F1F1
5#B2F3F3
6#C1F5F5
7#D1F8F8
8#E0FAFA
9#F0FDFD
Tones
Muted variations
1#6BE0E0
2#72DADA
3#78D3D3
4#7FCDCD
5#85C6C6
6#8CC0C0
7#92B9B9
8#99B3B3
9#9FACAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFEF | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4747 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFD;
--sky-blue-100: #E0FAFA;
--sky-blue-200: #C6F6F6;
--sky-blue-300: #9AEFEF;
--sky-blue-400: #65E7E7;
--sky-blue-500: #38E0E0;
--sky-blue-600: #1EC2C2;
--sky-blue-700: #189A9A;
--sky-blue-800: #116E6E;
--sky-blue-900: #0B4747;
--sky-blue-950: #072C2C;
}