Sky Blue
#67CFE4
CyanColor Codes
All color formats for development
HEX
#67CFE4RGB
rgb(103, 207, 228)HSL
hsl(190, 70%, 65%)OKLCH
oklch(0.8 0.101 212.6)CMYK
cmyk(55%, 9%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4BC7DF
2#2FBEDA
3#23AAC5
4#1E92A9
5#197A8D
6#146171
7#0F4955
8#0A3138
9#05181C
Tints
Lighter variations
1#76D4E7
2#86D9EA
3#95DEEC
4#A4E2EF
5#B3E7F2
6#C2ECF4
7#D1F1F7
8#E1F5FA
9#F0FAFC
Tones
Muted variations
1#6ECBDE
2#74C7D8
3#7AC3D1
4#80BFCB
5#87BBC5
6#8DB6BF
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 #E1F5FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7ED #C7EDF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE0 #9BE0ED | BordersInactive statesPlaceholder text |
| 400 | 67CF #67CFE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CC2 #3CC2DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22A5 #22A5BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B83 #1B8398 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 135E #135E6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C3C #0C3C45 | 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: #E1F5FA;
--sky-blue-200: #C7EDF5;
--sky-blue-300: #9BE0ED;
--sky-blue-400: #67CFE4;
--sky-blue-500: #3CC2DD;
--sky-blue-600: #22A5BF;
--sky-blue-700: #1B8398;
--sky-blue-800: #135E6C;
--sky-blue-900: #0C3C45;
--sky-blue-950: #08252B;
}