Sky Blue
#68D1E3
CyanColor Codes
All color formats for development
HEX
#68D1E3RGB
rgb(104, 209, 227)HSL
hsl(189, 69%, 65%)OKLCH
oklch(0.805 0.1 210.1)CMYK
cmyk(54%, 8%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CC8DE
2#30C0D9
3#24ACC4
4#1F93A8
5#1A7B8C
6#156270
7#0F4A54
8#0A3138
9#05191C
Tints
Lighter variations
1#77D5E6
2#86DAE9
3#95DFEC
4#A5E3EE
5#B4E8F1
6#C3EDF4
7#D2F1F7
8#E1F6F9
9#F0FAFC
Tones
Muted variations
1#6ECDDD
2#74C8D7
3#7BC4D1
4#81C0CB
5#87BBC5
6#8DB7BE
7#93B3B8
8#99AEB2
9#A0AAAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F6 #E1F6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EE #C7EEF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE1 #9CE1ED | BordersInactive statesPlaceholder text |
| 400 | 68D1 #68D1E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DC4 #3DC4DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23A6 #23A6BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C84 #1C8497 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 145F #145F6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3D #0D3D45 | Primary textHigh emphasis contentDark headings |
| 950 | 0826 #08262B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FBFD;
--sky-blue-100: #E1F6F9;
--sky-blue-200: #C7EEF5;
--sky-blue-300: #9CE1ED;
--sky-blue-400: #68D1E3;
--sky-blue-500: #3DC4DB;
--sky-blue-600: #23A6BE;
--sky-blue-700: #1C8497;
--sky-blue-800: #145F6C;
--sky-blue-900: #0D3D45;
--sky-blue-950: #08262B;
}