Sky Blue
#67CDE4
CyanColor Codes
All color formats for development
HEX
#67CDE4RGB
rgb(103, 205, 228)HSL
hsl(191, 70%, 65%)OKLCH
oklch(0.796 0.1 214.4)CMYK
cmyk(55%, 10%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4BC4DF
2#2FBBDA
3#23A7C5
4#1E90A9
5#19788D
6#146071
7#0F4855
8#0A3038
9#05181C
Tints
Lighter variations
1#76D2E7
2#86D7EA
3#95DCEC
4#A4E1EF
5#B3E6F2
6#C2EBF4
7#D1F0F7
8#E1F5FA
9#F0FAFC
Tones
Muted variations
1#6EC9DE
2#74C5D8
3#7AC1D1
4#80BDCB
5#87BAC5
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 | 9BDE #9BDEED | BordersInactive statesPlaceholder text |
| 400 | 67CD #67CDE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CBF #3CBFDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22A2 #22A2BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B81 #1B8198 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 135C #135C6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C3B #0C3B45 | 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: #9BDEED;
--sky-blue-400: #67CDE4;
--sky-blue-500: #3CBFDD;
--sky-blue-600: #22A2BF;
--sky-blue-700: #1B8198;
--sky-blue-800: #135C6C;
--sky-blue-900: #0C3B45;
--sky-blue-950: #08252B;
}