Teal
#0F90A3
CyanColor Codes
All color formats for development
HEX
#0F90A3RGB
rgb(15, 144, 163)HSL
hsl(188, 83%, 35%)OKLCH
oklch(0.6 0.102 211.4)CMYK
cmyk(91%, 12%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E8193
2#0C7383
3#0B6572
4#095662
5#084852
6#063941
7#052B31
8#031D21
9#020E10
Tints
Lighter variations
1#12AAC2
2#15C5E0
3#2BD2EB
4#49D8EE
5#67DFF1
6#86E5F4
7#A4ECF7
8#C2F2F9
9#E1F9FC
Tones
Muted variations
1#178A9C
2#1E8595
3#257F8D
4#2D7A86
5#34747E
6#3C6F77
7#436A6F
8#4A6468
9#525F61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF8 #DEF8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F2 #C2F2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E8 #94E8F5 | BordersInactive statesPlaceholder text |
| 400 | 5CDC #5CDCF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DD2 #2DD2EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13B4 #13B4CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F90 #0F90A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B67 #0B6775 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0742 #07424B | Primary textHigh emphasis contentDark headings |
| 950 | 0429 #04292F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFE;
--teal-100: #DEF8FC;
--teal-200: #C2F2F9;
--teal-300: #94E8F5;
--teal-400: #5CDCF0;
--teal-500: #2DD2EB;
--teal-600: #13B4CD;
--teal-700: #0F90A3;
--teal-800: #0B6775;
--teal-900: #07424B;
--teal-950: #04292F;
}