Sky Blue
#68CFE3
CyanColor Codes
All color formats for development
HEX
#68CFE3RGB
rgb(104, 207, 227)HSL
hsl(190, 69%, 65%)OKLCH
oklch(0.8 0.099 212)CMYK
cmyk(54%, 9%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CC6DE
2#30BDD9
3#24A9C4
4#1F91A8
5#1A798C
6#156170
7#0F4954
8#0A3038
9#05181C
Tints
Lighter variations
1#77D4E6
2#86D8E9
3#95DDEC
4#A5E2EE
5#B4E7F1
6#C3ECF4
7#D2F1F7
8#E1F5F9
9#F0FAFC
Tones
Muted variations
1#6ECBDD
2#74C7D7
3#7BC2D1
4#81BECB
5#87BAC5
6#8DB6BE
7#93B2B8
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 | E1F5 #E1F5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7ED #C7EDF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CDF #9CDFED | BordersInactive statesPlaceholder text |
| 400 | 68CF #68CFE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DC1 #3DC1DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23A4 #23A4BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C82 #1C8297 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 145D #145D6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3C #0D3C45 | Primary textHigh emphasis contentDark headings |
| 950 | 0825 #08252B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FBFD;
--sky-blue-100: #E1F5F9;
--sky-blue-200: #C7EDF5;
--sky-blue-300: #9CDFED;
--sky-blue-400: #68CFE3;
--sky-blue-500: #3DC1DB;
--sky-blue-600: #23A4BE;
--sky-blue-700: #1C8297;
--sky-blue-800: #145D6C;
--sky-blue-900: #0D3C45;
--sky-blue-950: #08252B;
}